diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-08-28 23:09:43 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-08-29 22:30:30 -0400 |
commit | 5997ed5aae975f3b1fc74af0797db9c01345114a (patch) | |
tree | 7a9b0b09fdf0305d498d6d35e988f708365b81ba /shell/zsh-completion | |
parent | 61d246b0ea8dd89c9c31a1d9a19dac407442247b (diff) | |
download | asp32-5997ed5aae975f3b1fc74af0797db9c01345114a.tar.xz |
add 'show' verb, to display a PKGBUILD for a package
Diffstat (limited to 'shell/zsh-completion')
-rw-r--r-- | shell/zsh-completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/zsh-completion b/shell/zsh-completion index e26718b..502044c 100644 --- a/shell/zsh-completion +++ b/shell/zsh-completion @@ -15,6 +15,7 @@ _asp_command() { 'list-repos' 'log' 'shortlog' + 'show' 'update' 'untrack' ) |