Populate repo
This commit is contained in:
14
zsh/.oh-my-zsh/plugins/ruby/ruby.plugin.zsh
Normal file
14
zsh/.oh-my-zsh/plugins/ruby/ruby.plugin.zsh
Normal file
@ -0,0 +1,14 @@
|
||||
# TODO: Make this compatible with rvm.
|
||||
# Run sudo gem on the system ruby, not the active ruby.
|
||||
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"
|
Reference in New Issue
Block a user