diff options
author | Tyler Davis <tyler@gluecode.net> | 2023-10-12 11:28:00 -0700 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2023-10-12 11:28:00 -0700 |
commit | 2bc9c213dc477012676b5c2b7830f858c31a40f4 (patch) | |
tree | 57498ad0028d751019f9f31425920b23989e6d44 /.profile | |
parent | dc2608b59540cd903de20bc96e3455d42038e454 (diff) | |
download | dotfiles-2bc9c213dc477012676b5c2b7830f858c31a40f4.tar.gz dotfiles-2bc9c213dc477012676b5c2b7830f858c31a40f4.zip |
bin: switch branches if not on primary
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |