Changed zoxide for fish-native z

This commit is contained in:
Eric Renfro 2023-12-25 16:28:07 -05:00
parent ecb040ad17
commit b01470dff0
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
2 changed files with 9 additions and 7 deletions

View file

@ -33,13 +33,13 @@ if type -q thefuck
thefuck --alias | source
end
if type -q starship
starship init fish | source
end
#if type -q starship
# starship init fish | source
#end
if type -q zoxide
zoxide init fish | source
end
#if type -q zoxide
# zoxide init fish | source
#end
if status is-interactive
# Commands to run in interactive sessions can go here

View file

@ -5,4 +5,6 @@ fisher install danhper/fish-ssh-agent
fisher install decors/fish-colored-man
fisher install jorgebucaran/fisher
fisher install patrickf3139/fzf.fish
fisher install kidonng/zoxide.fish
#fisher install kidonng/zoxide.fish
fisher install jethrokuan/z
fisher install IlanCosman/tide@v6