add support for zoxide

This commit is contained in:
xesc 2024-10-26 22:40:01 +02:00
parent 2e6858e544
commit 1271bf4190

4
.zshrc
View file

@ -59,3 +59,7 @@ else
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
fi
if $(which zoxide > /dev/null); then
eval "$(zoxide init zsh)"
fi