summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 2c1c32d3..3438a6fb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -42,9 +42,9 @@ ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=cyan,bold'
 
 source ~/.zsh/z/z.sh
 
-if [[ -d /usr/share/chruby ]]; then
-  source /usr/share/chruby/chruby.sh
-  source /usr/share/chruby/auto.sh
+if [[ -d /usr/local/share/chruby ]]; then
+  source /usr/local/share/chruby/chruby.sh
+  source /usr/local/share/chruby/auto.sh
   chruby 'ruby-2.0.0'
 fi