Skip to content

Instantly share code, notes, and snippets.

@eccstartup
Created September 2, 2013 08:22
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 eccstartup/6410452 to your computer and use it in GitHub Desktop.
Save eccstartup/6410452 to your computer and use it in GitHub Desktop.
part of .profile files how to define colorful $ls and $PS1
#Colorful configurations for Terminal
export TERM="xterm-color"
PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;36m\]\w\[\e[0m\]\$ '
alias ls="ls -G"
export LSCOLORS="gxfxcxdxbxegedabagacad"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment