mirror of
https://github.com/ajeetdsouza/zoxide.git
synced 2025-07-07 13:35:03 +00:00
5 lines
167 B
Bash
5 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
|