[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 3] Install Memcached Storage Engine for MySQL on CentOS 5.4

[Level 1] How to install Jython on Ubuntu.

[Level 2] Shell Interactive With Zenity Episode 4 -- file-selection