Always adding ~/.local/bin to PATH
This commit is contained in:
parent
382756babc
commit
2e6479181b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue