]> Sergey Matveev's repositories - dotfiles.git/commitdiff
http[s]_proxy is not convenient
authorSergey Matveev <stargrave@stargrave.org>
Mon, 7 Mar 2022 16:22:07 +0000 (19:22 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 7 Mar 2022 16:22:07 +0000 (19:22 +0300)
youtube-dl/bin/yt
zsh/.zsh/env/005proxy.zsh [deleted file]

index ebdf4e180d6c4e9f8a81e1d71e919fdec5a07684..01a2af09c79deefcad63188dad6372cb7e096923 100755 (executable)
@@ -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 (file)
index a32e26f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-export http_proxy=http://localhost:8080
-export https_proxy=$http_proxy