Add gem build autocompletion

This commit is contained in:
David Lee
2014-03-25 16:47:57 +01:00
committed by Phil Eichinger
parent b578eea273
commit 95ffb167a1
+3
View File
@@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then
fi fi
case "$words[1]" in case "$words[1]" in
build)
_files -g "*.gemspec"
;;
list) list)
if [[ "$state" == forms ]]; then if [[ "$state" == forms ]]; then
_gem_installed _gem_installed