Skip to content

Instantly share code, notes, and snippets.

@thebouv
Created May 30, 2014 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebouv/aa20bc5a51677365b367 to your computer and use it in GitHub Desktop.
Save thebouv/aa20bc5a51677365b367 to your computer and use it in GitHub Desktop.
Colorful .bashrc for my OS X machines
export PS1="\[\e[00;36m\]\u\[\e[0m\]\[\e[00;37m\]@\h:\[\e[0m\]\[\e[00;33m\][\W]\[\e[0m\]\[\e[00;36m\]:\[\e[0m\]\[\e[00;37m\] \[\e[0m\]"
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment