git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3222c51
)
Don't use PROMPT_COMMAND on dtterm.
author
Iain Patterson
<me@iain.cx>
Fri, 23 Jan 2009 17:10:12 +0000
(17:10 +0000)
committer
Iain Patterson
<me@iain.cx>
Fri, 23 Jan 2009 17:10:12 +0000
(17:10 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@173
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.profile.d/prompt.bashrc
patch
|
blob
|
history
diff --git
a/.profile.d/prompt.bashrc
b/.profile.d/prompt.bashrc
index
ad5b1e3
..
07c9f9d
100644
(file)
--- a/
.profile.d/prompt.bashrc
+++ b/
.profile.d/prompt.bashrc
@@
-33,3
+33,8
@@
else
export PROMPT_COMMAND='echo -ne "\033k\033\0134"'
fi
unset blank info vimchild SSH_FORWARDED
+
+# Actual dtterm barfs on escape sequences.
+if [ "$TERMINAL_EMULATOR" = "dtterm" ]; then
+ unset PROMPT_COMMAND
+fi