1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00

gem plugin: added _files to install command

is useful if you want to install a local gem from the filesystem
This commit is contained in:
Christian Köstlin 2012-07-11 14:29:54 +02:00 committed by ncanceill
parent 7478b754a1
commit 39a1e2a083

View file

@ -59,6 +59,8 @@ case "$words[1]" in
build) build)
_files -g "*.gemspec" _files -g "*.gemspec"
;; ;;
install)
_files ;;
list) list)
if [[ "$state" == forms ]]; then if [[ "$state" == forms ]]; then
_gem_installed _gem_installed