Don't touch $TERM

This name already exists and is usually set
by the terminal or a multiplexer.

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
master
Andre Ramnitz 4 years ago committed by Maarten van Gompel
parent 00846a1608
commit a59aa85ee4
  1. 2
      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

Loading…
Cancel
Save