diff --git a/zsh.d/goenv.zsh b/zsh.d/goenv.zsh index a69ef53..529b7c6 100644 --- a/zsh.d/goenv.zsh +++ b/zsh.d/goenv.zsh @@ -1,4 +1,4 @@ # Enable goenv if it is installed -if (( $+commands[goenv] )); then - eval "$(goenv init -)" -fi +# if (( $+commands[goenv] )); then +# eval "$(goenv init -)" +# fi