zsh: Added zoxide
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user