From 6d9b9729d5c28d17bab83ff2c406c74f1113e6d0 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 30 Oct 2019 11:56:01 +0100 Subject: Don't set TERM in shell config --- .config/shell/sources | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/shell/sources') 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 -- cgit v1.1