removed zoxide
This commit is contained in:
parent
b1aed83db9
commit
fb845d6f18
|
@ -14,7 +14,7 @@ you dont need a patched Nerd Font, normal `ttf-cascadia-code` combined with `ttf
|
||||||
|
|
||||||
### Yazi
|
### Yazi
|
||||||
Will need https://github.com/jstkdng/ueberzugpp installed if using on alacritty, availible in AUR (only needed for image previews).
|
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
|
### Latexmk
|
||||||
Uses zathura as a pdf previewer.
|
Uses zathura as a pdf previewer.
|
||||||
|
@ -88,7 +88,6 @@ For telescope:
|
||||||
* nvim ($EDITOR and $VISUAL is set to this)
|
* nvim ($EDITOR and $VISUAL is set to this)
|
||||||
* less
|
* less
|
||||||
* fzf
|
* fzf
|
||||||
* zoxide
|
|
||||||
|
|
||||||
Software used by aliases:
|
Software used by aliases:
|
||||||
* nvim
|
* nvim
|
||||||
|
|
|
@ -183,6 +183,3 @@
|
||||||
#if it was installed using git, can just source the one file:
|
#if it was installed using git, can just source the one file:
|
||||||
testPath="$HOME/.fzf.zsh"
|
testPath="$HOME/.fzf.zsh"
|
||||||
[ -f "$testPath" ] && source $testPath
|
[ -f "$testPath" ] && source $testPath
|
||||||
|
|
||||||
# zoxide stuff
|
|
||||||
eval "$(zoxide init zsh)"
|
|
||||||
|
|
Loading…
Reference in a new issue