]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/docker-machine/docker-machine.zprofile
ssh_macos: Import SSH keys from Keychain in the background
[ax-zsh.git] / plugins / docker-machine / docker-machine.zprofile
index be76d3bc315924d79eb1f48efaf57975a3119a30..bb2ca8720746f63906536efef9504b054c6c4089 100644 (file)
@@ -5,7 +5,7 @@
 (( $+commands[docker-machine] )) || return
 
 # Setup environment
-if ! eval "$(docker-machine env local-default)"; then
+if ! eval "$(docker-machine env local-default 2>/dev/null)"; then
        # Clean environment on error
        eval "$(docker-machine env -u)"
 fi