summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2023-11-10 11:26:26 -0800
committerTyler Davis <tyler@gluecode.net>2023-11-10 11:28:22 -0800
commit7558b64cf2ad53af5467d824fe2c03ddcd2cdb2d (patch)
tree3dc54e10fc950c93b2c0b4e268b547bfa7842b49 /.profile
parent21bd0b4a78da654101f059f69508fa9e5c118833 (diff)
downloaddotfiles-7558b64cf2ad53af5467d824fe2c03ddcd2cdb2d.tar.gz
dotfiles-7558b64cf2ad53af5467d824fe2c03ddcd2cdb2d.zip
sh: brew uses brew-curl
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index a31ff21..71ec706 100644
--- a/.profile
+++ b/.profile
@@ -21,6 +21,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
export HOMEBREW_PREFIX="/opt/homebrew"
export HOMEBREW_CELLAR="/opt/homebrew/Cellar"
export HOMEBREW_REPOSITORY="/opt/homebrew"
+ export HOMEBREW_FORCE_BREWED_CURL=1
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:-}"