zoxide/zoxide.plugin.zsh
2021-06-14 16:04:39 +05:30

6 lines
167 B
Bash

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