zsh: Added zoxide

This commit is contained in:
2025-09-07 04:25:49 +02:00
parent 98aa0593c9
commit 87359588e0

View File

@@ -96,3 +96,7 @@ if hash pnpm 2>/dev/null; then
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
fi
if hash zoxide 2>/dev/null; then
eval "$(zoxide init zsh --cmd cd)"
fi