ip command

This commit is contained in:
David Chen 2019-06-21 22:40:05 +09:00
parent 0a0df8e127
commit 15d3ef6e4f

2
.zshrc
View file

@ -19,7 +19,7 @@ ZSH_THEME="ys"
alias sudo="sudo -E"
alias setproxy="sudo nohup /usr/bin/sslocal -c /etc/shadowsocks/config.json &"
alias unsetproxy="unset ALL_PROXY"
alias ip="curl -i http://ip.cn"
alias ip="curl http://icanhazip.com"
alias s="neofetch"
alias ra="ranger"
alias lg="lazygit"