Skip to content

Instantly share code, notes, and snippets.

@bryanveloso
Created August 26, 2008 19:47
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 bryanveloso/7329 to your computer and use it in GitHub Desktop.
Save bryanveloso/7329 to your computer and use it in GitHub Desktop.
Adds "Ubuntu-like" coloring to the Mac Terminal.
# Add color to the Terminal
export CLICOLOR=1
export TERM=xterm-color
export LSCOLORS=gxgxcxdxbxegedabagacad # cyan directories
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment