diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2012-07-06 21:37:59 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2012-07-06 21:37:59 +0300 |
commit | 1907461b055934d828f164c41a633da71e32feee (patch) | |
tree | 77db6a403a53176ef9125e36526d8a8d00ec7e5a | |
parent | Fixing host color bug by replacing invalid bash variable characters with unde... (diff) | |
download | git-prompt-1907461b055934d828f164c41a633da71e32feee.tar.gz git-prompt-1907461b055934d828f164c41a633da71e32feee.tar.bz2 git-prompt-1907461b055934d828f164c41a633da71e32feee.zip |
enable setting the xterm_label also in TERM=gnome-256color
-rwxr-xr-x | git-prompt.sh | 2 |
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 $@" |