From 2e82f06f96c0d3f05100684142ebb1402d35dce1 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:14:03 -0400 Subject: [PATCH] [F] Fix proxy casing --- scripts/zshrc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 5c84cfc..90863b0 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -308,7 +308,10 @@ setproxy() { full="$addr:$port" export https_proxy="http://$full" export http_proxy="http://$full" - export all_proxy="socks5://$full" + export all_proxy="http://$full" + export HTTPS_PROXY="http://$full" + export HTTP_PROXY="http://$full" + export ALL_PROXY="http://$full" color "&aUsing proxy! $full&r" prompt-set 30 "🌎 "