diff options
author | David Phillips <david@sighup.nz> | 2016-10-16 21:48:10 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2016-10-16 21:48:10 +1300 |
commit | 2372158b5843491b16b1069e1b64b5e370665ee8 (patch) | |
tree | aba5006386de1d44b38a020ce65b0a9728d03f4c | |
parent | 28e0eadd33d2e20a3df65d061f6e5371e24bd50c (diff) | |
download | dotfiles-2372158b5843491b16b1069e1b64b5e370665ee8.tar.xz |
Disable dvtm->rxvt TERM fudging
-rw-r--r-- | bashrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,9 +7,10 @@ export HISTTIMEFORMAT="%y-%m-%d %T " source /usr/share/git/completion/git-prompt.sh # Force false terminal to get colour with (eg) ls within dvtm -if [ "$TERM" == "dvtm-256color" ]; then - TERM=rxvt-256color -fi +# Disabled 2016-10-16: kiff doesn't have this problem. +#if [ "$TERM" == "dvtm-256color" ]; then +# TERM=rxvt-256color +#fi if [ "$TERM" == "st-256color" ]; then # Quick fix for Del key in st echo $(tput smkx) > /dev/tty |