bashrc & zshrc: fix myip4

This commit is contained in:
nyuszika7h 2012-08-18 11:42:38 +03:00 committed by Mika Suomalainen
parent eece10f0bb
commit fa15d03596
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -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 .

2
zshrc
View File

@ -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"