aboutsummaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-03 11:07:38 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-03 11:07:51 -0400
commitf16f1cf5b3ea475d8258413a893a81776623fd5f (patch)
tree1f16b7fa8d7395c09f42cf11b714e5cb9a7f91cf /kshrc
parent06fd4a903b11d06c66c51207883b0b8f1d4f2fb7 (diff)
downloaddotfiles-f16f1cf5b3ea475d8258413a893a81776623fd5f.tar.gz
dotfiles-f16f1cf5b3ea475d8258413a893a81776623fd5f.tar.xz
Add completion for passenv as well.
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/kshrc b/kshrc
index a1b8933..a4b73ad 100644
--- a/kshrc
+++ b/kshrc
@@ -695,6 +695,8 @@ elif [ -n "$KSH_VERSION" ] ; then
[ -r ~/.password-store ] && set -A complete_pass -- show find otp grep \
insert edit generate rm mv cp \
$(showPasswordStore ~/.password-store)
+ [ -r ~/.password-store ] && set -A complete_passenv -- \
+ $(showPasswordStore ~/.password-store)
[ -r ~/.ssh/config ] && set -A complete_ssh -- -L -D -A -X \
$(showsshhosts | awk '{print $1}')
set -A complete_setPrompt -- date time basic