From 15d3ef6e4f422e3bf4e1d017b0b48e6dc5af3cc8 Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 21 Jun 2019 22:40:05 +0900 Subject: [PATCH] ip command --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"