aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/env3
-rw-r--r--.config/shell/sources3
2 files changed, 3 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"
diff --git a/.config/shell/sources b/.config/shell/sources
index c4acb5e..24abb59 100644
--- a/.config/shell/sources
+++ b/.config/shell/sources
@@ -103,3 +103,6 @@ if [ -f "${HOME}/.config/shell/motd" ]; then
# shellcheck disable=SC1090
. "${HOME}/.config/shell/motd"
fi
+
+# clear terminal
+[ "$DEBUG_DOTFILES" ] || clear