5 lines
97 B
Bash
5 lines
97 B
Bash
|
# Intelligent and fast autojump
|
||
|
if (( $+commands[zoxide] )); then
|
||
|
eval "$(zoxide init zsh)"
|
||
|
fi
|