From e3c146afe29ff863679284c887c867fe93d58afd Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 17 Aug 2014 21:18:30 -0400 Subject: bash-completion: add list-local to verb list --- shell/bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/bash-completion') 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 -- cgit v1.2.3-54-g00ecf