summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kristensen <ptx@cs.au.dk>2011-05-19 20:27:09 +0800
committerLeonid Volnitsky <leonid@volnitsky.com>2011-06-28 18:32:19 +0800
commit849e68964e007f1b2686da47282b7c4ecdde1141 (patch)
tree9630747fbcf73c76f1119e3521757c429ed65e98
parentDon't show = when rawhex_len=0 (diff)
downloadgit-prompt-849e68964e007f1b2686da47282b7c4ecdde1141.tar.gz
git-prompt-849e68964e007f1b2686da47282b7c4ecdde1141.tar.bz2
git-prompt-849e68964e007f1b2686da47282b7c4ecdde1141.zip
Newer emacsen uses `eterm-color` as $TERM name
-rwxr-xr-xgit-prompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-prompt.sh b/git-prompt.sh
index e329e21..ee025a1 100755
--- a/git-prompt.sh
+++ b/git-prompt.sh
@@ -275,7 +275,7 @@ set_shell_label() {
# we don't need tty name under X11
case $TERM in
- xterm* | rxvt* | gnome-terminal | konsole | eterm | wterm | cygwin) unset tty ;;
+ xterm* | rxvt* | gnome-terminal | konsole | eterm* | wterm | cygwin) unset tty ;;
*);;
esac