summaryrefslogtreecommitdiff
path: root/posix-shell/constants.sh
AgeCommit message (Collapse)Author
2025-09-25posix-shell: constants: Set TERM to xtermJan Krautmacher
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.
2024-10-31posix-shell: Add go bin path to PATHxengineering
This allows to install programs with `go install <module-url>@<version>`.
2024-06-27bash: Move constants to posix-shell/constants.shxengineering