From 78c72027bb5b59258c9f2ba51e254d5e5f9f1d4f Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 11 May 2021 23:35:08 +0100 Subject: [PATCH] Fixed myip alias in .bash_aliases --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 1e23972..ca1e4a3 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -19,7 +19,7 @@ alias nethack-online='ssh nethack@nethack.alt.org ; clear' alias tron-online='ssh sshtron.zachlatta.com ; clear' # My IP Info -alias myip='MYIP=$(curl -s http://ipecho.net/plain; echo) && curl ipinfo.io/"$MYIP" && echo' +alias myip='MYIP=$(curl -s https://ipecho.net/plain; echo) && curl https://ipinfo.io/"$MYIP" && echo' alias ports-in-use='sudo lsof -i -P -n | grep LISTEN' # Mis typed whois alias whosi='whois'