diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-03 11:07:38 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-03 11:07:51 -0400 |
| commit | f16f1cf5b3ea475d8258413a893a81776623fd5f (patch) | |
| tree | 1f16b7fa8d7395c09f42cf11b714e5cb9a7f91cf /kshrc | |
| parent | 06fd4a903b11d06c66c51207883b0b8f1d4f2fb7 (diff) | |
| download | dotfiles-f16f1cf5b3ea475d8258413a893a81776623fd5f.tar.gz dotfiles-f16f1cf5b3ea475d8258413a893a81776623fd5f.tar.xz | |
Add completion for passenv as well.
Diffstat (limited to 'kshrc')
| -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 |
