Changed zoxide for fish-native z
This commit is contained in:
parent
ecb040ad17
commit
b01470dff0
2 changed files with 9 additions and 7 deletions
|
@ -33,13 +33,13 @@ if type -q thefuck
|
||||||
thefuck --alias | source
|
thefuck --alias | source
|
||||||
end
|
end
|
||||||
|
|
||||||
if type -q starship
|
#if type -q starship
|
||||||
starship init fish | source
|
# starship init fish | source
|
||||||
end
|
#end
|
||||||
|
|
||||||
if type -q zoxide
|
#if type -q zoxide
|
||||||
zoxide init fish | source
|
# zoxide init fish | source
|
||||||
end
|
#end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
|
|
@ -5,4 +5,6 @@ fisher install danhper/fish-ssh-agent
|
||||||
fisher install decors/fish-colored-man
|
fisher install decors/fish-colored-man
|
||||||
fisher install jorgebucaran/fisher
|
fisher install jorgebucaran/fisher
|
||||||
fisher install patrickf3139/fzf.fish
|
fisher install patrickf3139/fzf.fish
|
||||||
fisher install kidonng/zoxide.fish
|
#fisher install kidonng/zoxide.fish
|
||||||
|
fisher install jethrokuan/z
|
||||||
|
fisher install IlanCosman/tide@v6
|
||||||
|
|
Loading…
Reference in a new issue