zoxide/zoxide.plugin.zsh

6 lines
167 B
Bash
Raw Normal View History

if (( $+commands[zoxide] )); then
eval "$(zoxide init zsh)"
else
echo 'zoxide: command not found, please install it from https://github.com/ajeetdsouza/zoxide'
fi