summaryrefslogtreecommitdiff
path: root/git-prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-prompt.sh')
-rwxr-xr-xgit-prompt.sh2
1 files changed, 1 insertions, 1 deletions
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 $@"