add docker-compose alias

master
Arne Schauf 10 years ago
parent e5bccedb4c
commit 1c89e07387
  1. 2
      zshrc.local

@ -1,3 +1,5 @@
alias dc=docker-compose
if which apt-get 2>&1 >/dev/null; then if which apt-get 2>&1 >/dev/null; then
alias ack=ack-grep alias ack=ack-grep
if [ -e "/usr/local/bin/virtualenvwrapper.sh" ]; then if [ -e "/usr/local/bin/virtualenvwrapper.sh" ]; then

Loading…
Cancel
Save