diff options
author | Daniel Prosser <dpross1100@msn.com> | 2017-04-06 10:32:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-06 21:03:19 +0700 |
commit | e1759d61afe63c67b702e97520099406f78005eb (patch) | |
tree | 612e704288813d5c6b6aede79e553e741da08788 /system/password-store/README | |
parent | 3d362d4a1a22f14e04d020352710321d04090c8d (diff) | |
download | slackbuilds-e1759d61afe63c67b702e97520099406f78005eb.tar.gz |
system/password-store: Install bash-completion and update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/password-store/README')
-rw-r--r-- | system/password-store/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/password-store/README b/system/password-store/README index 9d1f1944b3..a9c771db7b 100644 --- a/system/password-store/README +++ b/system/password-store/README @@ -2,8 +2,8 @@ password-store is a simple password manager which uses GnuPG to securely encrypt and retrieve passwords. By default, bash completion is installed as -/etc/bash_completion.d/password-store. Add 'source -/etc/bash_completion.d/password-store' to your .bashrc to enable it. +/usr/share/bash-completion/completions/pass. Add 'source +/usr/share/bash-completion/completions/pass' to your .bashrc to enable it. zsh and fish completion is also optionally included. uncomment the lines in the SlackBuild to include it in the package. |