diff options
author | Robby Russell <robby@planetargon.com> | 2011-05-29 03:54:05 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-05-29 03:54:05 -0700 |
commit | 40a737ee1362d7d745313c4aa8ea29e28ff52978 (patch) | |
tree | c20a403fbfaa01c7c559605f585908b6aac7d39c /plugins/ruby | |
parent | b0c9bc88ef630e056bd670ad185514cf435c2085 (diff) | |
parent | 6b86636413c3b9b98d723ea77058db6c283325e4 (diff) | |
download | zsh-40a737ee1362d7d745313c4aa8ea29e28ff52978.tar.gz zsh-40a737ee1362d7d745313c4aa8ea29e28ff52978.tar.bz2 zsh-40a737ee1362d7d745313c4aa8ea29e28ff52978.zip |
Merge pull request #366 from betawaffle/master
Add/update plugins: brew, rvm, node, npm, pow, and thor.
Diffstat (limited to 'plugins/ruby')
-rw-r--r-- | plugins/ruby/ruby.plugin.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ruby/ruby.plugin.zsh b/plugins/ruby/ruby.plugin.zsh index 82bf5d49d..08ca9c601 100644 --- a/plugins/ruby/ruby.plugin.zsh +++ b/plugins/ruby/ruby.plugin.zsh @@ -1,4 +1,6 @@ +# 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'
\ No newline at end of file +alias rfind='find . -name *.rb | xargs grep -n' |