Faster search, and cleaner completion

This commit is contained in:
Konstantin Gredeskoul
2016-03-24 02:54:30 -07:00
parent fa392e0e18
commit fd3d305fad
2 changed files with 4 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ _bash-it-comp()
COMPREPLY=( $(compgen -W "${help_args}" -- ${cur}) )
return 0
;;
update)
update | search)
return 0
;;
enable | disable)