Disable goenv by default
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user