1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 10:20:40 +01:00

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