macmini ~/.config
This commit is contained in:
5
fish/functions/clash_proxy.fish
Normal file
5
fish/functions/clash_proxy.fish
Normal 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
|
||||
Reference in New Issue
Block a user