dotfiles/zsh.d/zoxide.zsh

5 lines
97 B
Bash

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