aboutsummaryrefslogtreecommitdiff
path: root/.macos
diff options
context:
space:
mode:
Diffstat (limited to '.macos')
-rw-r--r--.macos2
1 files changed, 2 insertions, 0 deletions
diff --git a/.macos b/.macos
index 888dd99..7e810fa 100644
--- a/.macos
+++ b/.macos
@@ -13,3 +13,5 @@ alias bug='brew upgrade --greedy'
[ "$(arch)" = 'arm64' ] && eval "$(/opt/homebrew/bin/brew shellenv)"
[ "$(arch)" = 'arm64' ] || eval "$(/usr/local/Homebrew/bin/brew shellenv)"
+
+[ -d '/usr/local/opt/ruby/bin' ] && export PATH="/usr/local/opt/ruby/bin:$PATH"