[Leve 1] Setting color termianl.

If you want your terminal has color,
you can set the environment variable "TERM" to xterm-color in your profile.

echo "export TERM=xterm-color" >> ~/.bashrc
echo "alias ls=ls --color=auto" >> ~/.bashrc


Wish this helps.

regards,
Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python