Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
e273cf00
Commit
e273cf00
authored
Nov 14, 2017
by
Brandon Weaver
Committed by
Robby Russell
Nov 14, 2017
Browse files
Update ruby.plugin.zsh (#2117)
Added some Gem command shorthands, and ruby shorthand
parent
d792b111
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/ruby/ruby.plugin.zsh
View file @
e273cf00
...
@@ -4,3 +4,11 @@ alias sgem='sudo gem'
...
@@ -4,3 +4,11 @@ alias sgem='sudo gem'
# Find ruby file
# Find ruby file
alias
rfind
=
'find . -name "*.rb" | xargs grep -n'
alias
rfind
=
'find . -name "*.rb" | xargs grep -n'
# Shorthand Ruby
alias
rb
=
"ruby"
# Gem Command Shorthands
alias
gin
=
"gem install"
alias
gun
=
"gem uninstall"
alias
gli
=
"gem list"
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