diff --git a/.zshrc b/.zshrc index 21a6564..ffae37d 100644 --- a/.zshrc +++ b/.zshrc @@ -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"