aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/env
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 11:56:01 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 11:56:01 +0100
commit6d9b9729d5c28d17bab83ff2c406c74f1113e6d0 (patch)
tree91920afe4d8a7c0df369bf4009d99f441fc75e42 /.config/shell/env
parentbb7c059a2974ac41b29cb2af16695f0821ba6edc (diff)
Don't set TERM in shell config
Diffstat (limited to '.config/shell/env')
-rw-r--r--.config/shell/env3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/shell/env b/.config/shell/env
index 61b91b9..f614d7b 100644
--- a/.config/shell/env
+++ b/.config/shell/env
@@ -2,9 +2,6 @@
# Author: Patrick Spek <p.spek@tyil.nl>
# License: BSD 3-clause license
-# Force terminal type
-export TERM=screen-256color
-
# Set locale
export LANG="en_US.UTF-8"
export LESSCHARSET="utf-8"