mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Update ruby.plugin.zsh (#2117)
Added some Gem command shorthands, and ruby shorthand
This commit is contained in:
parent
d792b1114c
commit
e273cf004e
1 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,11 @@ alias sgem='sudo gem'
|
|||
|
||||
# Find ruby file
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue