From 1c89e07387293f00fbe42a9cd5a772a4080687ab Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Wed, 11 Mar 2015 13:28:13 +0100 Subject: [PATCH] add docker-compose alias --- zshrc.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc.local b/zshrc.local index 7154b83..f96b3be 100644 --- a/zshrc.local +++ b/zshrc.local @@ -1,3 +1,5 @@ +alias dc=docker-compose + if which apt-get 2>&1 >/dev/null; then alias ack=ack-grep if [ -e "/usr/local/bin/virtualenvwrapper.sh" ]; then