From 1bd9ad310f1968f06b4e39dc3e3a9018796b980b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 7 Jun 2013 23:54:42 -0400 Subject: Autochruby and default to ruby-2.0.0-p195 --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 70c2a9ff..177a84d0 100644 --- a/.zshrc +++ b/.zshrc @@ -57,7 +57,8 @@ ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=yellow,bold' source ~/.zsh/z/z.sh source /usr/share/chruby/chruby.sh -chruby 2.0 +source /usr/share/chruby/auto.sh +chruby ruby-2.0.0-p195 source ~/.zsh/gitprompt.zsh -- cgit 1.4.1