spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 7526a46104e6e6c455fd0211ab11aec1656bd524
Parent: 80e7ab6b04774be3e158e35e3d76b29450efa323
Author: Sören Tempel
Date:   Sat, 21 Feb 2015 19:08:06 +0100

Fix zsh completions

Diffstat:
Mcontrib/zsh_completion | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/contrib/zsh_completion b/contrib/zsh_completion @@ -23,6 +23,7 @@ _tpm() { ;; "show") _tpm_complete_entries -type f + ;; *) local subcommands=( "show:Show a password for a specified entry" @@ -30,6 +31,7 @@ _tpm() { ) _describe -t commands "tpm" subcommands + ;; esac }