configs/arch-config/Dokumente/server-setups/debian-fixterminal.md

11 lines
245 B
Markdown
Raw Normal View History

2020-09-13 19:17:41 +02:00
# 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
```