Skip to content

Instantly share code, notes, and snippets.

@GuoJing
Created May 16, 2014 15:50
Show Gist options
  • Save GuoJing/825236a4670013f856f0 to your computer and use it in GitHub Desktop.
Save GuoJing/825236a4670013f856f0 to your computer and use it in GitHub Desktop.
simple color config
export TERM="xterm-color"
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment