summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index bceb42c..1181602 100644
--- a/zshrc
+++ b/zshrc
@@ -14,8 +14,9 @@ source $DOTFILES_PATH/git.zsh
source $DOTFILES_PATH/work.zsh
# Version managers
-source /usr/local/share/chruby/chruby.sh
-source /usr/local/share/chruby/auto.sh
+source $HOMEBREW_PREFIX/opt/chruby/share/chruby/chruby.sh
+source $HOMEBREW_PREFIX/opt/chruby/share/chruby/auto.sh
+
source $HOME/.cargo/env
# Use the latest ruby for shells by default