dotfiles/dot_oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh
2023-01-30 14:28:59 +01: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