mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
bashrc & zshrc: fix myip4
This commit is contained in:
parent
eece10f0bb
commit
fa15d03596
2
bashrc
2
bashrc
@ -324,7 +324,7 @@ alias follow="tail -f "
|
|||||||
|
|
||||||
#myip shows current IP. This was a function.
|
#myip shows current IP. This was a function.
|
||||||
alias myip="curl http://cadoth.net/~mkaysi/IP.php"
|
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"
|
alias myip6="curl -6 http://cadoth.net/~mkaysi/IP.php"
|
||||||
|
|
||||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
2
zshrc
2
zshrc
@ -273,7 +273,7 @@ alias follow="tail -f "
|
|||||||
|
|
||||||
#myip shows current IP. This was a function.
|
#myip shows current IP. This was a function.
|
||||||
alias myip="curl http://cadoth.net/~mkaysi/IP.php"
|
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"
|
alias myip6="curl -6 http://cadoth.net/~mkaysi/IP.php"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user