X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fprompt.bashrc;h=07c9f9df6a27aff1a789b318713a07280b5aced7;hb=5aed40f505dec0778b48275903dbb7023c7d9643;hp=ad5b1e3a67ac9342a4abd775804baaaba9d0701d;hpb=4e40b8ea9d367019019e5b0cc39cdb6d65fe3d6e;p=profile.git diff --git a/.profile.d/prompt.bashrc b/.profile.d/prompt.bashrc index ad5b1e3..07c9f9d 100644 --- 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