Open oxinabox opened 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
fish_add_path /home/oxinabox/.juliaup/bin/
.bashrc
Do you have maybe a link to documentation what we should do for fish? I assume also modify some startup script?
add a fish_add_path $path to ~/.config/fish/config.fish
fish_add_path $path
~/.config/fish/config.fish
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