[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.
Wish this helps.
regards,
Stanley Huang
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
Post a Comment