configs/arch-config/Dokumente/server-setups/debian-fixterminal.md
2020-10-14 21:42:26 +02:00

11 lines
245 B
Markdown

# Fix the terminal
*All commands assume being logged in as root user on the server unless noted otherwise.*
Appends the fix for termite to the .bashrc file. (run from home directory)
```bash
echo 'export TERM=xterm-color' >> .bashrc
```