Setup mac docker environment
This commit is contained in:
parent
a346261b61
commit
c6835b136e
1 changed files with 5 additions and 0 deletions
5
zshrc
5
zshrc
|
@ -49,3 +49,8 @@ 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
|
||||
|
|
Loading…
Reference in a new issue