Files
dotfiles/dot_config/private_fish/config.fish
2024-02-07 13:09:05 -07:00

19 lines
373 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
if type -q zoxide
zoxide init fish | source
end
if type -q atuin
atuin init fish | source
end
if test -f ~/.config/fish/config.fish.local
source ~/.config/fish/config.fish.local
end
end
fish_add_path $HOME/.webman/bin
set -gx EDITOR nvim