Tiny Core Linux
Tiny Core Base => Corepure64 => Topic started by: bonbob on May 08, 2019, 03:53:33 AM
-
Since TCL-i686 and CorePure64 ver 9.0 i have some visual glitches in terminal connected via Putty. For example htop:
(http://tinycorelinux.info.tm/htop.png)
sending
export TERM=linux
or
export TERM=xterm-color
fixed this, but only for current terminal session. Next terminal connection i had to export "TERM" again and again...
How can i set "TERM" once as a system boot, and do not set it each time as terminal connection has establised?
-
You can add TERM=xxx to ~/.profile?
-
You can add TERM=xxx to ~/.profile?
Yep. It works. Thanks for fast reply. :)