Some path adjustments for my Mac
This commit is contained in:
parent
58e802dfd0
commit
6678a31ae7
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
switch (whoami)
|
||||||
|
# Corporate machine
|
||||||
|
case Ivan_Golikov
|
||||||
|
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/.local/bin
|
||||||
|
fish_add_path -a /Users/Ivan_Golikov/Library/Python/3.11/bin
|
||||||
|
end
|
||||||
|
|
||||||
|
# keeping this in the end
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue