On Thu, May 6, 2010 at 11:19 AM, Martin Bähr <[email protected]> wrote: > one issue i remember was that all the variables fish inherits from > its environment are not universal variables, but global i think. so > whenever you start fish, you will always have a global PATH variable > unless you delete that. > > do you have a command to delete a global PATH in your scripts?
Martin, brilliant! That was it. I just added 'set -ge PATH' to ~/.config/fish/config.fish and it works. Thanks for your help. Cheers, Ronny ------------------------------------------------------------------------------ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
