diff --git a/zshrc b/zshrc index e89e8f6..2aa8f50 100644 --- a/zshrc +++ b/zshrc @@ -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