Move iTerm2 and zoxide configs to conf.d
This commit is contained in:
parent
45bb1d050e
commit
fd997496ae
|
|
@ -0,0 +1,3 @@
|
||||||
|
if test -e {$HOME}/.iterm2_shell_integration.fishsource
|
||||||
|
source {$HOME}/.iterm2_shell_integration.fish
|
||||||
|
end
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
if command -v zoxide &> /dev/null
|
||||||
|
zoxide init --cmd cd fish | source
|
||||||
|
end
|
||||||
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue