On 02/08/19 03:51, Greg Reagle wrote:
On Wed, Jul 31, 2019, at 08:07, Neil wrote:
I would like to add my home bin folder to the PATH variable. I can do
this for a single session by using the set PATH command. But that, as I
said, is just for the one session. As soon as I leave the terminal
screen it is lost.
Is there any way to make the change to PATH permanent? I have searched
around the internet, but all it talks about is working with bash. I
don't even have a .bashrc file.
Don't search around the Internet--search the fish documentation.
Online: https://fishshell.com/docs/current/tutorial.html#tut_path
Installed: file:///usr/share/doc/fish/tutorial.html#tut_path
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users
Thanks for that. I did some reading of the above help files first, and
then I used
set -U fish_user_paths ~/bin $fish_user_paths
as suggested. This seems to be working.
Neil
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users