https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/aliases.zsh以及:
alias ssh[随意]='ssh -qTfnN -D 7070 user@sshserver'
alias aria2c="aria2c -c -s10 -x10 --check-certificate=false"
alias py="python"
alias wget="wget --no-check-certificate"
alias goproxy="export http_proxy=127.0.0.1:8087 https_proxy=127.0.0.1:8087"
alias sshproxy="export http_proxy=127.0.0.1:7070 https_proxy=127.0.0.1:7070"
alias fgproxy="export http_proxy=127.0.0.1:8580 https_proxy=127.0.0.1:8580"
alias disproxy="export http_proxy= https_proxy="
# 路径别名
hash -d PIC="/home/blask/图片"
hash -d DOC="/home/blask/文档"
hash -d DOWN="/home/blask/下载"
hash -d MUSIC="/home/blask/音乐"
hash -d DESK="/home/blask/桌面"
hash -d SOFT="/home/blask/软件"
hash -d PUBLIC="/home/blask/公共"
hash -d MOV="/home/blask/视频"
hash -d TEMPLATE="/home/blask/模板"
hash -d GAME="/home/blask/游戏/"
# End of 路径别名