new: fish: use zoxide instead of fisher plugin z
This commit is contained in:
parent
a5ff157daa
commit
7b737c69e2
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,5 @@ fisher update
|
|||
|
||||
# installing packages
|
||||
fisher install edc/bass
|
||||
fisher install jethrokuan/z
|
||||
fisher install patrickf1/fzf.fish
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@ if status is-interactive
|
|||
abbr -a -- l less
|
||||
abbr -a -- ll 'exa -la --icons --git'
|
||||
|
||||
zoxide init fish | source
|
||||
|
||||
# opam
|
||||
#source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue