summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 8dca3bd..436df81 100644
--- a/zshrc
+++ b/zshrc
@@ -25,6 +25,11 @@ source $HOME/.cargo/env
# Use the latest ruby for shells by default
chruby $(ls ~/.rubies | tail -n 1)
+
+arch="$(arch)"
+if [[ $arch =~ "arm64" ]]; then
+ export PATH="/opt/homebrew/bin:$PATH"
+fi
export PATH="$DOTFILES_PATH/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
export PATH="$HOME/.lein:$PATH"