add atuin to fish config and fix is-interactive content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user