From ca9ddab21023b34389affeaf392fafffca17e0c2 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Fri, 6 Jul 2012 20:21:59 +0300 Subject: removed sCRn marker --- git-prompt.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/git-prompt.sh b/git-prompt.sh index 8bdbb3f..b84fda2 100755 --- a/git-prompt.sh +++ b/git-prompt.sh @@ -149,7 +149,6 @@ fi #################################################################### MARKERS - screen_marker="sCRn" if [[ $LC_CTYPE =~ "UTF" && $TERM != "linux" ]]; then elipses_marker="…" else @@ -228,7 +227,7 @@ set_shell_label() { screen_label() { # FIXME: run this only if screen is in xterm (how to test for this?) - xterm_label "$screen_marker $plain_who_where $@" + xterm_label "$plain_who_where $@" # FIXME $STY not inherited though "su -" [ "$STY" ] && screen -S $STY -X title "$*" -- cgit v1.2.3