diff --git a/README.md b/README.md index 83ab76c..4601592 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/zsh/.zshrc b/zsh/.zshrc index 92c3025..243354d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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)"