From 1907461b055934d828f164c41a633da71e32feee Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Fri, 6 Jul 2012 21:37:59 +0300 Subject: enable setting the xterm_label also in TERM=gnome-256color --- git-prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-prompt.sh b/git-prompt.sh index cac1897..1879a77 100755 --- a/git-prompt.sh +++ b/git-prompt.sh @@ -243,7 +243,7 @@ set_shell_label() { screen_label "$*" ;; - xterm* | rxvt* | gnome-terminal | konsole | eterm | wterm ) + xterm* | rxvt* | gnome-* | konsole | eterm | wterm ) # is there a capability which we can to test # for "set term title-bar" and its escapes? xterm_label "$plain_who_where $@" -- cgit v1.2.3