[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: bash & color



On 16-Aug-99 Aaron Solochek wrote:
> Can anyone tell me how to get color in my shell?  I know it has
> something to do with the LS_COLORS variable, but I don't know what to
> set it to, or what to add to what file so that it does it
> automatically... Or that reminds me, what file should I put stuff to
> customize my bash prompt in?
> 
> -Aaron Solochek
>  leko@cmu.edu

This is what I have in my .bash_profile in order to get colors:

export LS_OPTIONS='--color=auto'
eval `dircolors`


Reply to: