aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/sources
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/sources
parentbb7c059a2974ac41b29cb2af16695f0821ba6edc (diff)
Don't set TERM in shell config
Diffstat (limited to '.config/shell/sources')
-rw-r--r--.config/shell/sources3
1 files changed, 3 insertions, 0 deletions
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