Changed PS1 to the Redhat default.

This commit is contained in:
Scott Wallace 2014-11-12 20:41:47 +00:00
parent b5a68866dd
commit ed8714469d

View file

@ -13,7 +13,7 @@ export PATH=/usr/local/bin:/usr/local/sbin:${PATH}
#--------------------------------------------------------------------------------
# A useful prompt
#--------------------------------------------------------------------------------
export PS1="\u@\h:\w$ "
export PS1="[\u@\h \W]\\$ "
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------