diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-04-04 10:30:38 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-04-04 10:30:38 -0400 |
commit | ccfe1f2e0d55198dcd6b9ed63ec3c60b6008a219 (patch) | |
tree | d119e1075845533fdba8b7dbe360e26357a50ea0 /shell/bash-completion | |
parent | 4dc530e07ebf0c64666ce902edbc85de4fa8d0e8 (diff) | |
download | asp32-ccfe1f2e0d55198dcd6b9ed63ec3c60b6008a219.tar.xz |
add ls-files to shell completion
Diffstat (limited to 'shell/bash-completion')
-rw-r--r-- | shell/bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bash-completion b/shell/bash-completion index 292de56..7233705 100644 --- a/shell/bash-completion +++ b/shell/bash-completion @@ -14,7 +14,7 @@ _asp() { # top level commands local -A verbs=( - [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog show' + [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog show ls-files' [LOCAL_PACKAGES]='untrack update' [NONE]='disk-usage gc help list-all list-local' ) |