summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2023-10-12 11:28:00 -0700
committerTyler Davis <tyler@gluecode.net>2023-10-12 11:28:00 -0700
commit2bc9c213dc477012676b5c2b7830f858c31a40f4 (patch)
tree57498ad0028d751019f9f31425920b23989e6d44 /.profile
parentdc2608b59540cd903de20bc96e3455d42038e454 (diff)
downloaddotfiles-2bc9c213dc477012676b5c2b7830f858c31a40f4.tar.gz
dotfiles-2bc9c213dc477012676b5c2b7830f858c31a40f4.zip
bin: switch branches if not on primary
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 1626e96..1a77253 100644
--- a/.profile
+++ b/.profile
@@ -21,7 +21,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
export HOMEBREW_PREFIX="/opt/homebrew"
export HOMEBREW_CELLAR="/opt/homebrew/Cellar"
export HOMEBREW_REPOSITORY="/opt/homebrew"
- export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"
+ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/opt/curl/bin${PATH+:$PATH}"
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"
if [ -f "/opt/homebrew/etc/bash_completion.d/git-completion.bash" ]; then