summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 534e1032..ce6d6d82 100644
--- a/.zshrc
+++ b/.zshrc
@@ -106,5 +106,10 @@ alias hu=heroku
 
 [[ -f ~/.nvm/nvm.sh ]] && source ~/.nvm/nvm.sh
 
+if [[ -d /usr/local/share/chruby ]]; then
+  source /usr/local/share/chruby/chruby.sh
+  chruby ruby
+fi
+
 # Prevent red first prompt.
 true