mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-10-31 18:52:29 +00:00
6 lines
167 B
Bash
6 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
|