Skip to content
Snippets Groups Projects
Commit 2e50f72f authored by Chris Coley's avatar Chris Coley
Browse files

Change 'ip' alias to 'myip' to prevent conflict with ip command

parent 87ac2268
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ alias timezone='date +"%Z (GMT %:z)"'
alias week='date +%V'
# IP address
alias ip='dig +short myip.opendns.com @resolver1.opendns.com'
alias myip='dig +short myip.opendns.com @resolver1.opendns.com'
# Enable aliases to be sudo'ed
alias sudo='sudo '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment