plugins: remove z alias

This commit is contained in:
PowerUser64 2024-09-12 06:03:54 -07:00
parent 0f348e586f
commit 697e2c1079

View file

@ -12,6 +12,4 @@ if command -v zoxide > /dev/null 2>&1 || ${SKIP_ZOXIDE:-false}; then
# assume posix
eval "$(zoxide init posix --hook prompt)"
fi
# make an alias (feels wrong to do it here, but feels worse to split it into ./aliases)
alias z=zoxide
fi