mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +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:
parent
11f441a3ac
commit
a19d76d102
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ if (( CURRENT == 1 )); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$words[1]" in
|
case "$words[1]" in
|
||||||
|
install)
|
||||||
|
_files ;;
|
||||||
list)
|
list)
|
||||||
if [[ "$state" == forms ]]; then
|
if [[ "$state" == forms ]]; then
|
||||||
_gem_installed
|
_gem_installed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue