5 lines
135 B
Bash
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
|