# HG changeset patch # User IBBoard # Date 1490696148 -3600 # Node ID 3c48c5671f1ae3ef9cbed72cc53e1b8fdb43e8b2 # Parent 231b9b290bfb2e3043316149f85c5795b133b5f5 Make the prompt more visible and fix "less" highlighting diff -r 231b9b290bfb -r 3c48c5671f1a bashrc --- a/bashrc Sat Mar 25 11:15:14 2017 +0000 +++ b/bashrc Tue Mar 28 11:15:48 2017 +0100 @@ -36,4 +36,11 @@ fi export GTK_IM_MODULE=ibus -export LS_OPTIONS="$LS_OPTIONS -p" \ No newline at end of file +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\]> ' + +# Fix "less" highlighting +export LESS_TERMCAP_so=$'\033[30;47m' +export LESS_TERMCAP_se=$'\033[0m' \ No newline at end of file