From: Sergey Matveev Date: Mon, 7 Mar 2022 16:22:07 +0000 (+0300) Subject: http[s]_proxy is not convenient X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=92a58fa592bd3dbed4e46894ae0d8917a878f4f9 http[s]_proxy is not convenient --- diff --git a/youtube-dl/bin/yt b/youtube-dl/bin/yt index ebdf4e1..01a2af0 100755 --- a/youtube-dl/bin/yt +++ b/youtube-dl/bin/yt @@ -1,5 +1,4 @@ #!/usr/local/bin/zsh . ~/work/youtube-venv/bin/activate -unset http_proxy https_proxy yt-dlp --config-location ~/.youtube-dl.conf $@ diff --git a/zsh/.zsh/env/005proxy.zsh b/zsh/.zsh/env/005proxy.zsh deleted file mode 100644 index a32e26f..0000000 --- a/zsh/.zsh/env/005proxy.zsh +++ /dev/null @@ -1,2 +0,0 @@ -export http_proxy=http://localhost:8080 -export https_proxy=$http_proxy