From a59aa85ee493c549dd1f879586de310c8dff171b Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 3 Nov 2020 23:36:29 +0100 Subject: [PATCH] Don't touch $TERM This name already exists and is usually set by the terminal or a multiplexer. Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_xinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index c6ffb3f..b1c5905 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -5,7 +5,7 @@ envvars() { [ -f /etc/profile ] && . /etc/profile # shellcheck source=/dev/null [ -f "$HOME"/.profile ] && . "$HOME"/.profile - command -v "$TERM" || export TERM=st + command -v "$TERMCMD" || export TERMCMD=st command -v "$BROWSER" || export BROWSER=surf command -v "$EDITOR" || export EDITOR=vis command -v "$KEYBOARD" || defaultkeyboard