ohmyzsh/plugins/zoxide/zoxide.plugin.zsh
Ghasem Shirazi a50fcdfb02 mychanges
2022-12-05 09:51:00 -08:00

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