diff options
Diffstat (limited to 'posix-shell/constants.sh')
-rw-r--r-- | posix-shell/constants.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |