aliases: add 'dc' for 'docker compose'

This commit is contained in:
Paul Walker
2024-08-29 10:09:13 +01:00
parent e51c90dd49
commit 3739dcd377

View File

@@ -30,3 +30,5 @@ alias log='git log --color --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow
if [ -x /usr/bin/fdfind ] ; then
alias fd=fdfind
fi
alias dc="docker compose"