diff options
author | June McEnroe <programble@gmail.com> | 2013-02-24 22:52:35 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-02-24 22:52:35 -0500 |
commit | 2535d437409bccd6b5fb0f24d1df465e511caac4 (patch) | |
tree | 4b1a210ff186b5ec6929fe37c9d3b6d5b6820b61 | |
parent | Make pretty riplrc (diff) | |
download | src-2535d437409bccd6b5fb0f24d1df465e511caac4.tar.gz src-2535d437409bccd6b5fb0f24d1df465e511caac4.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 2ac8a8bf..ee80e3cc 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 |