bash profile RNB
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
export PATH=$PATH:"/usr/local/Cellar/android-sdk/24.4.1/sdk/tools:/usr/local/Cellar/android-sdk/24.4.1/platform-tools"
# export IONIC_PATH=/usr/local/bin/ionic
# export IONIC=$PATH:"/usr/local/bin/ionic"
# export PATH=$PATH:/usr/local/share/npm/bin
#Apps alias
alias textmate="open /opt/homebrew-cask/Caskroom/textmate/latest/TextMate.app"
alias sublime="open /opt/homebrew-cask/Caskroom/sublime-text3/Build\ 3083/Sublime\ Text.app"
alias icloud="cd /Users/RNB/Library/Mobile\ Documents/com~apple~CloudDocs"
alias ios="open /Applications/Xcode.app/Contents/Developer/Applications/iOS\ Simulator.app"
#Terminal colors
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
#alias
alias myip='curl ip.appspot.com' # myip: Public facing IP Address
alias netCons='lsof -i' # netCons: Show all open TCP/IP sockets
alias flushDNS='dscacheutil -flushcache' # flushDNS: Flush out the DNS Cache
alias lsock='sudo /usr/sbin/lsof -i -P' # lsock: Display open sockets
alias lsockU='sudo /usr/sbin/lsof -nP | grep UDP' # lsockU: Display only open UDP sockets
alias lsockT='sudo /usr/sbin/lsof -nP | grep TCP' # lsockT: Display only open TCP sockets
alias ipInfo0='ipconfig getpacket en0' # ipInfo0: Get info on connections for en0
alias ipInfo1='ipconfig getpacket en1' # ipInfo1: Get info on connections for en1
alias openPorts='sudo lsof -i | grep LISTEN' # openPorts: All listening connections
alias showBlocked='sudo ipfw list' # showBlocked: All ipfw rules inc/ blocked IPs