.zshrc: Don't use HOMEBREW_NO_INSECURE_REDIRECT

Good idea in theory, but in practice many source files are located
on SourceForge, which apparently doesn't work with this option.
This commit is contained in:
Alan Orth 2016-10-31 09:22:33 +02:00
parent e43493a859
commit 56b8575eff
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

1
.zshrc
View File

@ -31,7 +31,6 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_EMOJI=1
export HOMEBREW_NO_INSECURE_REDIRECT=1
export HOMEBREW_MAKE_JOBS=3
export HOMEBREW_NO_AUTO_UPDATE=1