changeset 60:4d506783e1b3

Remove ppwd from $PS1 as it doesn't exist on CentOS and doesn't do anything
author IBBoard <dev@ibboard.co.uk>
date Fri, 31 Mar 2017 19:21:56 +0100
parents 3c48c5671f1a
children 16f295fdcd98
files bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bashrc	Tue Mar 28 11:15:48 2017 +0100
+++ b/bashrc	Fri Mar 31 19:21:56 2017 +0100
@@ -39,7 +39,7 @@
 export LS_OPTIONS="$LS_OPTIONS -p"
 
 # Bold the command prompt and standardise on SUSE format
-export PS1='\[\033[01m\]\[$(ppwd)\]\u@\h\[\033[00m\]:\[\033[01m\]\w\[\033[00m\]> '
+export PS1='\[\033[01m\]\u@\h\[\033[00m\]:\[\033[01m\]\w\[\033[00m\]> '
 
 # Fix "less" highlighting
 export LESS_TERMCAP_so=$'\033[30;47m'