From 1426150732598e7d5fbdbecc9fab9de070181878 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 31 Mar 2024 05:52:15 +0700 Subject: [PATCH] enhance: `pass` completion --- .config/zsh/completion | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/completion b/.config/zsh/completion index 100100e..9f42d1e 100644 --- a/.config/zsh/completion +++ b/.config/zsh/completion @@ -73,3 +73,4 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then bindkey "^I" expand-or-complete-with-dots fi +[ -s "/usr/share/zsh/site-functions/_pass" ] && zstyle ':completion:*' "/usr/share/zsh/site-functions/_pass"