removed zoxide

This commit is contained in:
Gabe Venberg 2023-11-03 11:36:31 -05:00
parent b1aed83db9
commit fb845d6f18
2 changed files with 1 additions and 5 deletions

View file

@ -14,7 +14,7 @@ you dont need a patched Nerd Font, normal `ttf-cascadia-code` combined with `ttf
### Yazi
Will need https://github.com/jstkdng/ueberzugpp installed if using on alacritty, availible in AUR (only needed for image previews).
also has optional dependencies on jq, unarchiver, ffmpegthumbnailer, fd, ripgrep, fzf, poppler, and zoxide.
also has optional dependencies on jq, unarchiver, ffmpegthumbnailer, fd, ripgrep, fzf, and poppler
### Latexmk
Uses zathura as a pdf previewer.
@ -88,7 +88,6 @@ For telescope:
* nvim ($EDITOR and $VISUAL is set to this)
* less
* fzf
* zoxide
Software used by aliases:
* nvim

View file

@ -183,6 +183,3 @@
#if it was installed using git, can just source the one file:
testPath="$HOME/.fzf.zsh"
[ -f "$testPath" ] && source $testPath
# zoxide stuff
eval "$(zoxide init zsh)"