chiark / gitweb /
dot/screenrc, dot/bashrc: More screen hacking.
[profile] / dot / bashrc
index 37ff27c08b9d3f40a25425f9ada389a0356446fd..b723d8cf12fe17b65ab804d84347fa8c4df3770d 100644 (file)
@@ -24,6 +24,7 @@ __mdw_bashrc=done
 if [ -t 0 ]; then
 
   ## Fancy highlighting in some terminals.
+  marker=${STY+'\[\ek\e\\\]'}
   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