Prepend PATH addition instead of appending
This commit is contained in:
parent
ada1b9ff5b
commit
337fd44e56
@ -72,7 +72,7 @@ set VIRTUAL_ENV_DISABLE_PROMPT true
|
||||
|
||||
# Add '~/.local/bin' using 'fish_add_path' (Only available in Fish 3.2.X and above)
|
||||
if type fish_add_path &> /dev/null
|
||||
fish_add_path -aP ~/.local/bin
|
||||
fish_add_path -P ~/.local/bin
|
||||
end
|
||||
|
||||
###########
|
||||
|
Loading…
Reference in New Issue
Block a user