# HG changeset patch # User IBBoard # Date 1490984516 -3600 # Node ID 4d506783e1b3cc8a8d1f3d604b6643d613fcc414 # Parent 3c48c5671f1ae3ef9cbed72cc53e1b8fdb43e8b2 Remove ppwd from $PS1 as it doesn't exist on CentOS and doesn't do anything diff -r 3c48c5671f1a -r 4d506783e1b3 bashrc --- 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'