enhance: pass completion

This commit is contained in:
Ahmad Ansori Palembani 2024-03-31 05:52:15 +07:00
parent d9fd9da390
commit 1426150732
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -73,3 +73,4 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then
bindkey "^I" expand-or-complete-with-dots bindkey "^I" expand-or-complete-with-dots
fi fi
[ -s "/usr/share/zsh/site-functions/_pass" ] && zstyle ':completion:*' "/usr/share/zsh/site-functions/_pass"