Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created April 16, 2013 01:05
Show Gist options
  • Save joshmcarthur/5392580 to your computer and use it in GitHub Desktop.
Save joshmcarthur/5392580 to your computer and use it in GitHub Desktop.
Add an alias to return your current local IP address
# Macbook Pro users - en0 is ethernet, so you should use en1
alias ip="ipconfig getifaddr en0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment