diff options
| -rw-r--r-- | kshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
