Skip to content

Commit

Permalink
fix: update myip alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Mar 19, 2021
1 parent 1915ff1 commit 1f4bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ findPid () { lsof -t -c "$@" ; }
# Networking

# Get tublic facing IP Address
alias myip='curl ip.appspot.com'
alias myip='curl checkip.amazonaws.com'
# Show all open TCP/IP sockets
alias netCons='lsof -i'
# Flush out the DNS Cache
Expand Down

0 comments on commit 1f4bbd5

Please sign in to comment.