summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2019-03-09 20:25:16 +1300
committerDavid Phillips <david@sighup.nz>2019-03-09 20:25:16 +1300
commitaff198f833caa7cb2fe4569435a2211ba5aeff0e (patch)
treeff8e0be7da0fbe072122f5323963eb3c7b34956e
parent59c7e618103ee7159c58a29f52387eaccd98061b (diff)
downloaddotfiles-aff198f833caa7cb2fe4569435a2211ba5aeff0e.tar.xz
Remove TERM-setting
-rw-r--r--bashrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 4f293ee..9337809 100644
--- a/bashrc
+++ b/bashrc
@@ -16,10 +16,6 @@ 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
if [ "$TERM" == "st-256color" ]; then
# Quick fix for ctrl+arrow key in st
echo $(tput smkx) > /dev/tty