dotfiles/zsh.d/zoxide.zsh

5 lines
97 B
Bash
Raw Normal View History

# Intelligent and fast autojump
if (( $+commands[zoxide] )); then
eval "$(zoxide init zsh)"
fi