Browse Source

[zsh] Enable completion for password-store

Emmanuel Bouthenot 2 years ago
parent
commit
64584b21b2
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .zsh/config/51_pass.zsh

+ 10 - 0
.zsh/config/51_pass.zsh

@@ -0,0 +1,10 @@
+#
+# pass (password-store) completion
+#
+
+if [ -e /usr/share/zsh/vendor-completions/_pass ]; then
+    . /usr/share/zsh/vendor-completions/_pass 2>/dev/null
+fi
+
+compdef _pass pass
+