Files
dotfiles/zsh.d/goenv.zsh
T
2026-05-19 11:37:35 -05:00

5 lines
101 B
Bash

# Enable goenv if it is installed
# if (( $+commands[goenv] )); then
# eval "$(goenv init -)"
# fi