11 lines
245 B
Markdown
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
|
||
|
```
|
||
|
|
||
|
|