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

Add support for fish shell #10

Open afarinetti opened 2 months ago

afarinetti commented 2 months ago

Would it be possible to add support for the fish shell?

zekroTJA commented 2 months ago

Hey! Yeah, that shouldn't be a huge deal. whattheshell, the underlying crate to detect the shell environment, already supports fish. I only would need to do some research on how to assemble the environment variable command because I've never used fish so far.