mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #973 from dlee/gem_build
Add gem build autocompletion
This commit is contained in:
commit
d4e907bf14
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue