zekroTJA / goup

🚀 Like rustup or nvm/fnm but for Go: A simple version manager for Go written in Rust!
MIT License
7 stars 1 forks source link

`goup env -p` does not work with zsh #3

Closed zekroTJA closed 1 year ago

zekroTJA commented 1 year ago

The command goup env -p writes the required environment variables to .profile, which is not sources on shell startup on zsh. Therefore, these variables should be placed in the .zshrc, if it is existent.