mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01: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:
committed by
ncanceill
parent
7478b754a1
commit
39a1e2a083
@@ -59,6 +59,8 @@ case "$words[1]" in
|
||||
build)
|
||||
_files -g "*.gemspec"
|
||||
;;
|
||||
install)
|
||||
_files ;;
|
||||
list)
|
||||
if [[ "$state" == forms ]]; then
|
||||
_gem_installed
|
||||
|
||||
Reference in New Issue
Block a user