setup zoxide.

This commit is contained in:
Gabe Venberg 2023-11-02 19:01:18 -05:00
parent cd41fdb880
commit 2c0814cadd
2 changed files with 6 additions and 1 deletions

View file

@ -183,3 +183,6 @@
#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)"