Skip to content

Instantly share code, notes, and snippets.

@Raefael
Last active December 15, 2015 08:29
Show Gist options
  • Save Raefael/5231669 to your computer and use it in GitHub Desktop.
Save Raefael/5231669 to your computer and use it in GitHub Desktop.
OS X - colorized .bash_profile
##
# Simple colorized bash on Mountain Lion
##
# tell ls to be colourful
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
# tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
# alias
alias ls='ls -FGal'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment