From f16f1cf5b3ea475d8258413a893a81776623fd5f Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 3 Oct 2021 11:07:38 -0400 Subject: Add completion for passenv as well. --- kshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kshrc') 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 -- cgit v1.2.3