Created
September 2, 2013 08:22
-
-
Save eccstartup/6410452 to your computer and use it in GitHub Desktop.
part of .profile files
how to define colorful $ls and $PS1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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