macOS fish update
This commit is contained in:
parent
00eeea7494
commit
5e7ff61757
2 changed files with 12 additions and 2 deletions
|
@ -5,13 +5,17 @@ if status is-interactive
|
|||
fish_add_path -a /opt/nvim-linux64/bin
|
||||
end
|
||||
|
||||
if test -d /opt/homebrew/
|
||||
/opt/homebrew/bin/brew shellenv | source
|
||||
end
|
||||
|
||||
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/Library/Python/3.11/bin
|
||||
case kmqg099:
|
||||
case kbgw752:
|
||||
fish_add_path -a /usr/local/opt/node@18/bin
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue