Move iTerm2 and zoxide configs to conf.d

This commit is contained in:
Bohdan Bahno 2024-03-03 12:38:18 +00:00
parent 45bb1d050e
commit fd997496ae
3 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,3 @@
if test -e {$HOME}/.iterm2_shell_integration.fishsource
source {$HOME}/.iterm2_shell_integration.fish
end

View File

@ -0,0 +1,3 @@
if command -v zoxide &> /dev/null
zoxide init --cmd cd fish | source
end

View File

@ -4,6 +4,3 @@
#end #end
bind \e\[A 'history merge; up-or-search' bind \e\[A 'history merge; up-or-search'
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
zoxide init --cmd cd fish | source