aboutsummaryrefslogtreecommitdiff
path: root/store/home/bashrc
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-04 18:42:09 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-04 18:43:00 +0800
commitabf1eb828f956ac95b76b252cc8fe0198090eca8 (patch)
tree5246b651fc5ddb31d74fe273b08ee2f533f8c591 /store/home/bashrc
parent30d3f94f11996259ca968e5f732f03e0d10e5233 (diff)
downloadcrupest-abf1eb828f956ac95b76b252cc8fe0198090eca8.tar.gz
crupest-abf1eb828f956ac95b76b252cc8fe0198090eca8.tar.bz2
crupest-abf1eb828f956ac95b76b252cc8fe0198090eca8.zip
chore(config): move dir.
Diffstat (limited to 'store/home/bashrc')
-rw-r--r--store/home/bashrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/store/home/bashrc b/store/home/bashrc
deleted file mode 100644
index 1ab3b08..0000000
--- a/store/home/bashrc
+++ /dev/null
@@ -1,8 +0,0 @@
-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
-}