password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit e50b18a049c54fb9b8dc2507238c08c1c8bd3fa9
parent 3439edd8e6e3455c4735b91561372254a3c9fda4
Author: Johannes Altmanninger <aclopte@gmail.com>
Date:   Thu, 25 Jun 2020 23:41:10 +0200

fish-completion: don't erase existing completions for pass

fish only loads pass.fish once, so there is no point to erasing them.

Diffstat:
Msrc/completion/pass.fish-completion | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion @@ -53,7 +53,6 @@ function __fish_pass_print_entries_and_dirs end -complete -c $PROG -e complete -c $PROG -f -n '__fish_pass_needs_command' -a help -d 'Command: show usage help' complete -c $PROG -f -n '__fish_pass_needs_command' -a version -d 'Command: show program version'