summaryrefslogtreecommitdiff
path: root/plugins/zoxide/zoxide.plugin.zsh
blob: 25d2e83778b78368ebd67ce1aec9a48904cca564 (plain)
1
2
3
4
5
if (( $+commands[zoxide] )); then
  eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
else
  echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
fi