From 78df42991ef39c36d2fc298cfd8ba2b9858442f3 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Tue, 24 Sep 2024 15:42:03 +0200 Subject: [PATCH] added pip proxy configuration --- configs/pip.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/pip.json diff --git a/configs/pip.json b/configs/pip.json new file mode 100644 index 0000000..83d7d5f --- /dev/null +++ b/configs/pip.json @@ -0,0 +1,21 @@ +{ + "name": "pip", + "set": [ + { + "args": [ + "config", + "set", + "global.proxy" + ] + } + ], + "unset": [ + { + "args": [ + "config", + "unset", + "global.proxy" + ] + } + ] +}