diff options
author | June McEnroe <june@causal.agency> | 2013-02-24 22:52:35 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-02-24 22:52:35 -0500 |
commit | c5c9027cbd862c0dbf879a8baa4c21f83e31cc19 (patch) | |
tree | a8908894a6718ad6627fedfb215c7a8fb05e8ace | |
parent | Make pretty riplrc (diff) | |
download | src-c5c9027cbd862c0dbf879a8baa4c21f83e31cc19.tar.gz src-c5c9027cbd862c0dbf879a8baa4c21f83e31cc19.zip |
Default to Ruby 2.0
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index 2b2b5b3f..68ea7a3b 100644 --- a/.zshrc +++ b/.zshrc @@ -57,7 +57,7 @@ ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=yellow,bold' source ~/.zsh/z/z.sh source /usr/share/chruby/chruby.sh -chruby 1.9 +chruby 2.0 source ~/.zsh/gitprompt.zsh |