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" + ] + } + ] +}