#!/usr/bin/env fish alias -s e exit alias -s p 'export ALL_PROXY=socks5h://localhost:7890;export HTTPS_PROXY=http://localhost:7890;export HTTP_PROXY=http://localhost:7890' alias -s up='export HTTP_PROXY= ; export HTTPS_PROXY= ;export ALL_PROXY= ' alias -s vu='cd ~/Google-Chinese-Results-Blocklist/;vim ~/Google-Chinese-Results-Blocklist/ublock_origin_list.txt' alias -s cm='git add . && git commit -S -a -m "Update list" && git push' 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 vi=vim alias -s getdate="echo \# Last Modified (date) && cat ~/notyet/notyet.yaml" alias -s Invoke-WebRequest='curl' alias -s cs='curl -v --head --doh-url https://gfwsucks.dns.nextdns.io/419a35/curl' alias -s ca='curl --head --cacert ~/Accesser/accesser/CERT/root.crt -v -x "http://localhost:7654"' alias -s u='p;brew update&&brew upgrade;up' alias -s ui='p;curl -O https://github.com/DavidMoore/ipfilter/releases/download/lists/ipfilter.dat -L;up' alias -s clip='pbcopy' alias -s deny='echo -n "aa('blacklist',{uid:6140}).then(print).catch(print)"|pbcopy' alias -s getdate_a="echo \# Last Modified (date) && cat ~/notyet/ac.yaml" alias -s va="cd ~/notyet&&vim ~/notyet/ac.yaml" alias -s vn="cd ~/notyet&&vim ~/notyet/notyet.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 ph='export COMMIT_MESSAGE=(read)&&git commit -S -a -m "$COMMIT_MESSAGE"&&git push' alias -s wine=wine64 alias -s plo='python3 ~/Srun-LZU-Network-Auth/slna.py -a login -u 2011131053 -p password -l 192.168.57.33'