Files
TerminalPolyjuice/zsh/alias/zoxide_alias.sh
2026-01-23 11:55:27 +08:00

5 lines
135 B
Bash

if (( $+commands[zoxide] )); then
# eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
eval "$(zoxide init --cmd z zsh)"
fi