dotfiles/dot_oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh

6 lines
170 B
Bash
Raw Normal View History

2023-01-30 14:28:59 +01:00
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