* Neil: > Is there any way to make the change to PATH permanent?
I use the following, in a file I called /etc/fish/conf.d/10-exports.fish :
if test -d ~/bin
set -U fish_user_paths ~/bin
end
The file name can be anything, as long as it is automatically executed
when FISH is started.
-Ralph
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users
