summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2012-07-06 20:21:59 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2012-07-06 20:21:59 +0300
commitca9ddab21023b34389affeaf392fafffca17e0c2 (patch)
tree92ff709e67879435c18d1ae8135c115e2a61fc08
parentMerge branch 'master' of https://github.com/amiryal/git-prompt into amiryal-m... (diff)
downloadgit-prompt-ca9ddab21023b34389affeaf392fafffca17e0c2.tar.gz
git-prompt-ca9ddab21023b34389affeaf392fafffca17e0c2.tar.bz2
git-prompt-ca9ddab21023b34389affeaf392fafffca17e0c2.zip
removed sCRn marker
-rwxr-xr-xgit-prompt.sh3
1 files changed, 1 insertions, 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 "$*"