From b3544be5fc0e47e85dbddc3242877f075d1d53be Mon Sep 17 00:00:00 2001 From: Jan Krautmacher Date: Thu, 25 Sep 2025 07:19:34 +0200 Subject: posix-shell: constants: Set TERM to xterm A lot of software does not know the `foot` terminal emulator. This leads to issues. Setting the TERM variable to the well-known `xterm` works and avoids issues. --- posix-shell/constants.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'posix-shell/constants.sh') diff --git a/posix-shell/constants.sh b/posix-shell/constants.sh index 9258e1b..f839fdc 100644 --- a/posix-shell/constants.sh +++ b/posix-shell/constants.sh @@ -4,3 +4,4 @@ export GOPATH="${HOME}/go" export PATH="${HOME}/.local/bin:${GOPATH}/bin:${PATH}" export EDITOR='nvim' +export TERM='xterm' # actually `foot` but this is less known -- cgit v1.2.3-70-g09d2