fish: setup zoxide on all system profiles

This commit is contained in:
dogeystamp 2024-07-30 11:12:52 -04:00
parent 3f62265560
commit 19ed662585
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -25,8 +25,8 @@ if status --is-interactive
source ~/.config/fish/functions/fzf_binds.fish
fzf_key_bindings
rem.sh show
if command -v zoxide > /dev/null
zoxide init fish | source
end
end
if command -v zoxide > /dev/null
zoxide init fish | source
end
end