summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2016-10-17 19:40:12 +1300
committerDavid Phillips <david@sighup.nz>2016-10-17 19:40:12 +1300
commit4b84b1c26b4b0ca4a6b2fad3e133e628b10f8f6c (patch)
tree7c3d4c20dd6d3e27dbdf710bae4397ac5c51ccd0
parent8ac9076ac9647cd7aaef7452b979c8fd573e1b60 (diff)
downloaddotfiles-4b84b1c26b4b0ca4a6b2fad3e133e628b10f8f6c.tar.xz
Re-enable TERM swap, it is needed
-rw-r--r--bashrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 98b45cd..e9e1614 100644
--- a/bashrc
+++ b/bashrc
@@ -7,10 +7,9 @@ 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
-# Disabled 2016-10-16: kiff doesn't have this problem.
-#if [ "$TERM" == "dvtm-256color" ]; then
-# TERM=rxvt-256color
-#fi
+if [ "$TERM" == "dvtm-256color" ]; then
+ TERM=st-256color
+fi
if [ "$TERM" == "st-256color" ]; then
# Quick fix for Del key in st
echo $(tput smkx) > /dev/tty