Add goenv init zsh script
This commit is contained in:
parent
3eaddcfb7c
commit
5dbd41d75b
4
zsh.d/goenv.zsh
Normal file
4
zsh.d/goenv.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
# Enable goenv if it is installed
|
||||
if (( $+commands[goenv] )); then
|
||||
eval "$(goenv init -)"
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user