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'