improve astronvim setup

This commit is contained in:
2024-02-07 12:56:05 -07:00
parent e5c2b2ce30
commit ae8e847087
2 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
if status is-interactive
# Commands to run in interactive sessions can go here
if type -q $zoxide
if type -q zoxide
zoxide init fish | source
end
if type -q $atuin
if type -q atuin
atuin init fish | source
end