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