From 92a58fa592bd3dbed4e46894ae0d8917a878f4f9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 7 Mar 2022 19:22:07 +0300 Subject: [PATCH] http[s]_proxy is not convenient --- youtube-dl/bin/yt | 1 - zsh/.zsh/env/005proxy.zsh | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 zsh/.zsh/env/005proxy.zsh 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 -- 2.44.0