From ed8714469d60fd781e6ff4efb595c075b28c7ea1 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 12 Nov 2014 20:41:47 +0000 Subject: [PATCH] Changed PS1 to the Redhat default. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3f5e6ff..a66cac1 100644 --- a/.bashrc +++ b/.bashrc @@ -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]\\$ " #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------