Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
4b1f6d63
Unverified
Commit
4b1f6d63
authored
Oct 19, 2021
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ruby): add multiple `gem` aliases (#9005)
Mostly empty commit to fix the changelog for merge at
6f4c7f64
parent
6f4c7f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
README.md
plugins/ruby/README.md
+0
-1
ruby.plugin.zsh
plugins/ruby/ruby.plugin.zsh
+1
-2
No files found.
plugins/ruby/README.md
View file @
4b1f6d63
...
@@ -29,4 +29,3 @@ plugins=(... ruby)
...
@@ -29,4 +29,3 @@ plugins=(... ruby)
| gl |
`gem lock`
| Generate a lockdown list of gems |
| gl |
`gem lock`
| Generate a lockdown list of gems |
| go |
`gem open`
| Open gem source in default editor |
| go |
`gem open`
| Open gem source in default editor |
| goe |
`gem open -e`
| Open gem sources in preferred editor |
| goe |
`gem open -e`
| Open gem sources in preferred editor |
plugins/ruby/ruby.plugin.zsh
View file @
4b1f6d63
# TODO: Make this compatible with rvm.
# Run sudo gem on the system ruby, not the active ruby
# Run sudo gem on the system ruby, not the active ruby.
alias
sgem
=
'sudo gem'
alias
sgem
=
'sudo gem'
# Find ruby file
# Find ruby file
...
...
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