Thursday, July 17, 2008

Mac terminal stuff

xterm-color has some annoying features when SSHing to other compys, including 'top' not functioning properly. The error I receive:
top: no termcap entry for a `xterm-color' terminal

The solution:
From MacOSXhints, in bash just add export TERM="vt100" to your .profile file.

No comments: