macmini ~/.config

This commit is contained in:
2026-01-09 10:18:02 +08:00
commit 9ffcc4caa5
12 changed files with 335 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function clash_proxy --description 'use clash proxy in terminal'
export https_proxy=http://127.0.0.1:7890;
export http_proxy=http://127.0.0.1:7890;
export all_proxy=socks5://127.0.0.1:7890
end