config/oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh
2023-02-27 20:04:56 +05:30

5 lines
170 B
Bash

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