From 7e1c9a23649f738acce3bca4a16a74d95cbbfc8c Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 27 Aug 2025 00:14:13 -0700 Subject: [PATCH] brew conocur download --- zsh/env.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/env.zsh b/zsh/env.zsh index da6e02f..edaaa2a 100644 --- a/zsh/env.zsh +++ b/zsh/env.zsh @@ -41,3 +41,4 @@ export EDITOR=nvim export ZSH_AUTOSUGGEST_USE_ASYNC=1 export ZSH_AUTOSUGGEST_MANUAL_REBIND=1 export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH" +export HOMEBREW_DOWNLOAD_CONCURRENCY=auto