Setup mac docker environment

This commit is contained in:
Andrew Tomaka 2016-01-07 22:59:54 -05:00
parent a346261b61
commit c6835b136e

5
zshrc
View file

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