From fa15d03596b2fdbd75f3057a980ae65c4d659271 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 18 Aug 2012 11:42:38 +0300 Subject: [PATCH] bashrc & zshrc: fix myip4 --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 5d5b32b9..fb7f1eae 100644 --- a/bashrc +++ b/bashrc @@ -324,7 +324,7 @@ alias follow="tail -f " #myip shows current IP. This was a function. alias myip="curl http://cadoth.net/~mkaysi/IP.php" -alias myip4="curl -6 http://cadoth.net/~mkaysi/IP.php" +alias myip4="curl -4 http://cadoth.net/~mkaysi/IP.php" alias myip6="curl -6 http://cadoth.net/~mkaysi/IP.php" # Allow custom aliases to be put in .aliases or .bash_aliases . diff --git a/zshrc b/zshrc index 4c3a5d31..492e9729 100644 --- a/zshrc +++ b/zshrc @@ -273,7 +273,7 @@ alias follow="tail -f " #myip shows current IP. This was a function. alias myip="curl http://cadoth.net/~mkaysi/IP.php" -alias myip4="curl -6 http://cadoth.net/~mkaysi/IP.php" +alias myip4="curl -4 http://cadoth.net/~mkaysi/IP.php" alias myip6="curl -6 http://cadoth.net/~mkaysi/IP.php"