colorful bash tricks
if you wish to add color to your bash, e.g during listing files in a directory using ls, use this tricks
$ export CLICOLOR="yes"
and if you wish to make colorful bash as default for all users in shell, edit /etc/profiles and add the above line inside
No comments:
Post a Comment