Add gem build autocompletion

This commit is contained in:
David Lee 2012-02-26 02:29:24 -08:00 committed by Phil Eichinger
parent b578eea273
commit 95ffb167a1

View File

@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then
fi
case "$words[1]" in
build)
_files -g "*.gemspec"
;;
list)
if [[ "$state" == forms ]]; then
_gem_installed