diff options
author | Tyler Davis <tyler@gluecode.net> | 2023-11-10 11:26:26 -0800 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2023-11-10 11:28:22 -0800 |
commit | 7558b64cf2ad53af5467d824fe2c03ddcd2cdb2d (patch) | |
tree | 3dc54e10fc950c93b2c0b4e268b547bfa7842b49 /.profile | |
parent | 21bd0b4a78da654101f059f69508fa9e5c118833 (diff) | |
download | dotfiles-7558b64cf2ad53af5467d824fe2c03ddcd2cdb2d.tar.gz dotfiles-7558b64cf2ad53af5467d824fe2c03ddcd2cdb2d.zip |
sh: brew uses brew-curl
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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:-}" |