add atuin to fish config and fix is-interactive content

This commit is contained in:
2024-01-17 12:12:28 -07:00
parent 3dee01aeb2
commit 4450eb8fc6
2 changed files with 9 additions and 5 deletions

View File

@@ -1,13 +1,14 @@
if status is-interactive
# Commands to run in interactive sessions can go here
zoxide init fish | source
atuin init fish | source
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
zoxide init fish | source
if test -f ~/.config/fish/config.fish.local
source ~/.config/fish/config.fish.local
end