diff options
author | Robby Russell <robby@planetargon.com> | 2011-06-01 09:33:49 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-06-01 09:33:49 +0200 |
commit | 7b0b83623fb54d21932014c9a6267e6dc03976db (patch) | |
tree | 9eac51c8ae668ec67a326710cd863f6717e723f6 /plugins/ruby | |
parent | 23a082df129b12b6edf8ea04432b0cb2be0588fd (diff) | |
parent | 643a4e77f639c1742d1ce01d8028649ae12f8e62 (diff) | |
download | zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.tar.gz zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.tar.bz2 zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
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' |