dot_files/dot_oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00: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