Merge pull request #931 from JD239/patch-1

The color scheme defined in `/etc/profile.d/shell.conf` makes most of th...
This commit is contained in:
Stefan Saraev 2012-07-10 01:03:38 -07:00
commit 5d5c2b8848

View File

@ -23,7 +23,7 @@
# evironment variables that are not user defined.
################################################################################
PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] \[\e[1;37m\]'
PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] '
export PS1
TERM="linux"