Commit e273cf00 authored by Brandon Weaver's avatar Brandon Weaver Committed by Robby Russell
Browse files

Update ruby.plugin.zsh (#2117)

Added some Gem command shorthands, and ruby shorthand
parent d792b111
...@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment