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