dotfiles/.config/fish/config.fish
2024-12-15 23:38:45 +01:00

13 lines
377 B
Fish

if status is-interactive
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
end