ue pazi (autojump) if available

This commit is contained in:
Joel Beckmeyer 2024-09-11 09:39:52 -04:00
parent 2423aa9c2f
commit 3521c1b612

View File

@ -71,3 +71,7 @@ bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
if command -v pazi &>/dev/null; then
eval "$(pazi init zsh)" # or 'bash'
fi