Docker beta!

This commit is contained in:
Andrew Tomaka 2016-04-11 22:19:42 -04:00
parent fc93915876
commit c873e287c5

5
zshrc
View file

@ -45,8 +45,3 @@ fi
if test -d "$NVM_DIR"; then
source "$NVM_DIR/nvm.sh"
fi
# load docker-machine
if hash docker-machine 2>/dev/null; then
eval "$(docker-machine env default)"
fi