Add gem build autocompletion

master
David Lee 15 years ago committed by Phil Eichinger
parent b578eea273
commit 95ffb167a1
  1. 3
      plugins/gem/_gem

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

Loading…
Cancel
Save