Setting Colors In Bash Prompt
June 14th, 2009
Here is how to turn on Colors in your Bash Prompt
Open up
./bash_profile and insert the following code:
export CLICOLOR=1 export LSCOLORS=ExFxCxDxBxegedabagacad
Here is how to turn on Colors in your Bash Prompt
Open up
./bash_profile and insert the following code:
export CLICOLOR=1 export LSCOLORS=ExFxCxDxBxegedabagacad