1

Prepend PATH addition instead of appending

This commit is contained in:
Jessie Hildebrandt 2024-04-11 23:46:15 -04:00
parent ada1b9ff5b
commit 337fd44e56

View File

@ -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
###########