feat(zoxide): add option to override cmd (#12218)
parent
872b5cd408
commit
15ffbdd346
2 changed files with 4 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||||||
if (( $+commands[zoxide] )); then |
if (( $+commands[zoxide] )); then |
||||||
eval "$(zoxide init zsh)" |
eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)" |
||||||
else |
else |
||||||
echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide' |
echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide' |
||||||
fi |
fi |
||||||
|
|||||||
Loading…
Reference in new issue