nano .bash_profile
type i at the top of the file
open iOS Simulator
alias ios='open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app'
open server
alias server='python -m SimpleHTTPServer 8000'
check ip
alias myip='curl icanhazip.com'