diff options
author | June McEnroe <programble@gmail.com> | 2013-06-07 23:54:42 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-06-07 23:54:42 -0400 |
commit | 1bd9ad310f1968f06b4e39dc3e3a9018796b980b (patch) | |
tree | f33b90f0835e6b6ab453f3e928f61cf86fa436fd /.zsh | |
parent | Tweak ncmpcpp config (diff) | |
download | src-1bd9ad310f1968f06b4e39dc3e3a9018796b980b.tar.gz src-1bd9ad310f1968f06b4e39dc3e3a9018796b980b.zip |
Autochruby and default to ruby-2.0.0-p195
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |