#!/usr/bin/env fish alias -s e exit alias -s p 'export ALL_PROXY=socks5h://localhost:7890;export HTTP_PROXY=http://localhost:7890;export HTTPS_PROXY=$HTTP_PROXY' alias -s up='export HTTP_PROXY= ; export HTTPS_PROXY= ;export ALL_PROXY= ' #alias -s qp='c;cd /sdcard/disc && python autoindex.py index && git add . && git ucommit -S -a -m "[skip ci]build new index";p&&qshell qupload ~/.qshell.json;up' alias -s qp='c;cd /sdcard/disc && git add . && git ucommit -S -a -m "[skip ci]build new index";git push' alias -s c='cp ~/rule.yaml /sdcard/disc/' alias -s vr='vim ~/rule.yaml' alias -s vu='cd ~/Google-Chinese-Results-Blocklist/;vim ~/Google-Chinese-Results-Blocklist/ublock_origin_list.txt' alias -s cm='git add . && git ucommit -S -a -m "Update list" && git push' alias -s kr="cd ~/krlist/&&vim krlist.yaml" alias -s ug="curl 'https://cdn.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt' | base64 -d > ~/gfwlist.txt" alias -s vg="vim ~/gfwlist.txt" alias -s vn="cd ~/notyet&&vim ~/notyet/notyet.yaml" alias -s va="cd ~/notyet&&vim ~/notyet/ac.yaml" alias -s clip="termux-clipboard-set" alias -s vi=vim alias -s uc="cd /sdcard/disc&&curl -o /sdcard/disc/config.yml 'https://store.holytech.tech/modules/servers/V2raySocks/clashn.php?sid=38169&token=k9iRNYFEsJqS' && vim ./config.yml -c ':%s/type: vmess/type: vmess\r udp: true' -c ':%s/ cipher: none/ cipher: auto' -c ':wq' " alias -s getdate="echo \# Last Modified (date) && cat ~/notyet/notyet.yaml" alias -s getdate_a="echo \# Last Modified (date) && cat ~/notyet/ac.yaml" alias -s an='git add notyet.yaml&&vim -c ":g /Modified/d" -c ":wq" ./notyet.yaml && getdate > ./tmp && mv ./tmp ./notyet.yaml && git add notyet.yaml' alias -s aa='git add ac.yaml && vim -c ":g /Modified/d" -c ":wq" ./ac.yaml && getdate_a > ./tmp && mv ./tmp ./ac.yaml && git add ac.yaml' alias -s cs='curl --head --doh-url https://101.6.6.6:8443/dns-query -v' alias -s ca='curl --head --cacert ~/Accesser/accesser/CERT/root.crt -v -x "http://localhost:7654"' alias -s ac='cd ~/Accesser && pm2 start "python accesser.py"' alias -s pl='python ~/Srun-LZU-Network-Auth/slna.py -a login -u 2016077 -p 2016077'