mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +00:00
Added oh-my-zsh in all its glory
This commit is contained in:
14
.oh-my-zsh/plugins/ruby/ruby.plugin.zsh
Normal file
14
.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