ue pazi (autojump) if available
This commit is contained in:
parent
2423aa9c2f
commit
3521c1b612
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user