JuliaLang / juliaup

Julia installer and version multiplexer
MIT License
1.02k stars 86 forks source link

Support fish #594

Open oxinabox opened 1 year ago

oxinabox commented 1 year ago

Fish-shell doesn't seem to be directly supported.

I had to run fish_add_path /home/oxinabox/.juliaup/bin/ after I installed to get it to work. Where as for other shells it seems to automatically modify my .bashrc etc

davidanthoff commented 1 year ago

Do you have maybe a link to documentation what we should do for fish? I assume also modify some startup script?

oxinabox commented 1 year ago

add a fish_add_path $path to ~/.config/fish/config.fish