Always adding ~/.local/bin to PATH

This commit is contained in:
Ivan Golikov 2025-01-16 22:32:00 +01:00
parent 382756babc
commit 2e6479181b

View file

@ -1,13 +1,12 @@
if status is-interactive if status is-interactive
fish_add_path -p $HOME/.local/bin
switch (whoami) switch (whoami)
# Corporate machine # Corporate machine
case Ivan_Golikov case Ivan_Golikov
fish_add_path -p /usr/local/opt/libpq/bin fish_add_path -p /usr/local/opt/libpq/bin
fish_add_path -a /Users/Ivan_Golikov/Projects/Scripts/bin fish_add_path -a /Users/Ivan_Golikov/Projects/Scripts/bin
fish_add_path -a /Users/Ivan_Golikov/.local/bin
fish_add_path -a /Users/Ivan_Golikov/Library/Python/3.11/bin fish_add_path -a /Users/Ivan_Golikov/Library/Python/3.11/bin
case kmqg099: case kmqg099:
fish_add_path -a /Users/kmqg099/.local/bin
fish_add_path -a /usr/local/opt/node@18/bin fish_add_path -a /usr/local/opt/node@18/bin
end end