mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-05-01 05:38:56 +00:00
Add gem build autocompletion
This commit is contained in:
parent
b578eea273
commit
95ffb167a1
@ -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…
x
Reference in New Issue
Block a user