Skip to content

Instantly share code, notes, and snippets.

@sxlderek
Forked from natelandau/.bash_profile
Last active December 31, 2016 17:55
Show Gist options
  • Select an option

  • Save sxlderek/4ca0e68dddd2621db933719721be7906 to your computer and use it in GitHub Desktop.

Select an option

Save sxlderek/4ca0e68dddd2621db933719721be7906 to your computer and use it in GitHub Desktop.
Mac OSX Bash Profile
export PATH="~/bin:/usr/local/bin/":$PATH
export EDITOR=/usr/bin/vim
export BLOCKSIZE=1k
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ll='ls -FGlAhpk' # Preferred 'ls' implementation
alias whatismyip='curl ip.appspot.com && ' # myip: Public facing IP Address
alias flushdns='dscacheutil -flushcache' # flushDNS: Flush out the DNS Cache
alias whatismyip='curl http://checkip.amazonaws.com' # myip: Public facing IP Address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment