ofek / userpath

Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
MIT License
151 stars 20 forks source link

PATH keeps getting longer in fish #57

Open adikpb opened 2 weeks ago

adikpb commented 2 weeks ago

After append() of a location to config.fish, on subsequent starts of the shell, the PATH gets duplicate entries of the aforementioned location.

adikpb commented 2 weeks ago

I came here after trying to fix the problem in pypa/pipx#1445.