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:
parent
00846a1608
commit
a59aa85ee4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ envvars() {
|
||||||
[ -f /etc/profile ] && . /etc/profile
|
[ -f /etc/profile ] && . /etc/profile
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
[ -f "$HOME"/.profile ] && . "$HOME"/.profile
|
[ -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 "$BROWSER" || export BROWSER=surf
|
||||||
command -v "$EDITOR" || export EDITOR=vis
|
command -v "$EDITOR" || export EDITOR=vis
|
||||||
command -v "$KEYBOARD" || defaultkeyboard
|
command -v "$KEYBOARD" || defaultkeyboard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue