From a0f2f7e29035553562941f4046db88d707daf199 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- store/home/bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 store/home/bashrc (limited to 'store/home/bashrc') diff --git a/store/home/bashrc b/store/home/bashrc new file mode 100644 index 0000000..7d31f23 --- /dev/null +++ b/store/home/bashrc @@ -0,0 +1,8 @@ +set-proxy() { + export http_proxy="http://127.0.0.1:7897" + export https_proxy="http://127.0.0.1:7897" +} + +unset-proxy() { + unset http_proxy https_proxy +} -- cgit v1.2.3