X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ca7933c9f590ab2060f27864d3e17217797168f9..25b770723c40782409aaf88a6469df5516f7cc5a:/dot/bashrc diff --git a/dot/bashrc b/dot/bashrc index 37ff27c..b723d8c 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -24,6 +24,7 @@ __mdw_bashrc=done if [ -t 0 ]; then ## Fancy highlighting in some terminals. + marker=${STY+'\[k\\\]'} case "$TERM" in linux*|screen*|xterm*|vt100*|eterm*) case "$(tput bold)" in @@ -62,7 +63,7 @@ if [ -t 0 ]; then fi ## Build the prompt string. - PS1="$nl$bold$left$sec_l$u\\h$sec_r \\w$right$unbold" + PS1="$nl$bold$left$sec_l$u\\h$sec_r \\w$marker$right$unbold" PS2="$PS1 $bold>$unbold " fi