index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2014-08-17 21:18:30 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-08-17 21:18:30 -0400 |
commit | e3c146afe29ff863679284c887c867fe93d58afd (patch) | |
tree | 33eabfe0c711e78ee8618fc8fd13080db49c9fe8 /shell | |
parent | 991717a1242ff45699afa6ed6fb469789b26caf0 (diff) |
-rw-r--r-- | shell/bash-completion | 2 |
diff --git a/shell/bash-completion b/shell/bash-completion index b59be7e..41708c3 100644 --- a/shell/bash-completion +++ b/shell/bash-completion @@ -16,7 +16,7 @@ _asp() { local -A verbs=( [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog' [LOCAL_PACKAGES]='untrack update' - [NONE]='disk-usage gc help list-all' + [NONE]='disk-usage gc help list-all list-local' ) # flags |