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>
This commit is contained in:
Andre Ramnitz 2020-11-03 23:36:29 +01:00 committed by Maarten van Gompel
parent 00846a1608
commit a59aa85ee4

View file

@ -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