Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
7c3665bd
Commit
7c3665bd
authored
11 years ago
by
Robby Russell
Browse files
Options
Download
Plain Diff
Merge pull request #2003 from dongweiming/update-gem
Update gem completion
parents
c0a6f8a8
15509ce0
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/gem/_gem
+2
-1
plugins/gem/_gem
with
2 additions
and
1 deletion
+2
-1
plugins/gem/_gem
View file @
7c3665bd
...
...
@@ -4,10 +4,11 @@
# gem zsh completion, based on homebrew completion
_gem_installed() {
installed_gems=(
`
gem list --local --no-versions
`
)
installed_gems=(
${(f)"$(
gem list --local --no-versions
)"}
)
}
local -a _1st_arguments
_1st_arguments=(
'build:Build a gem from a gemspec'
'cert:Manage RubyGems certificates and signing settings'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help