diff options
author | Johannes Altmanninger <aclopte@gmail.com> | 2020-06-25 23:41:10 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-06-25 15:43:20 -0600 |
commit | e50b18a049c54fb9b8dc2507238c08c1c8bd3fa9 (patch) | |
tree | ebaf916d893df07a17fc96f82839dce552567fd0 | |
parent | 3439edd8e6e3455c4735b91561372254a3c9fda4 (diff) | |
download | pass-e50b18a049c54fb9b8dc2507238c08c1c8bd3fa9.tar.gz pass-e50b18a049c54fb9b8dc2507238c08c1c8bd3fa9.tar.bz2 pass-e50b18a049c54fb9b8dc2507238c08c1c8bd3fa9.zip |
fish-completion: don't erase existing completions for pass
fish only loads pass.fish once, so there is no point to erasing them.
Diffstat (limited to '')
-rw-r--r-- | src/completion/pass.fish-completion | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion index 46e9baa..0c67bf3 100644 --- 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' |