Files
dotfiles/zsh/.zsh/plugins/zoxide.plugin.zsh
2025-08-18 12:00:40 +02:00

6 lines
202 B
Bash
Executable File

if (( $+commands[zoxide] )); then
eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
else
echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
fi