Re: Changing the default colors in the console

2008-08-22 Thread Polytropon
On Fri, 22 Aug 2008 15:05:02 -0500, Robe <[EMAIL PROTECTED]> wrote:
> Hi there,
> 
> I'm trying to change the default color for the directories using the
> following command to see them with purple color
> 
> setenv LS_COLORS "di=01;35"
> 
> but when I use the following command
> 
> ls -G
> 
> I still see the default color.
> 
> What's wrong?

Try to put this into your /etc/csh.cshrc for global or ~/.cshrc for
local effect:

setenv  LSCOLORSExGxdxdxCxDxDxBxBxegeg
alias   ls  'ls -FG'
alias   ll  'ls -laFG'

Read "man ls" for the colour description. Make sure your terminal
emulation supports color; xterm and cons25l1 do.



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Changing the default colors in the console

2008-08-22 Thread Dan Nelson
In the last episode (Aug 22), Robe said:
> Hi there,
> 
> I'm trying to change the default color for the directories using the
> following command to see them with purple color
> 
> setenv LS_COLORS "di=01;35"
> 
> but when I use the following command
> 
> ls -G

I think you want LSCOLORS instead.  See the ls manpage.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Changing the default colors in the console

2008-08-22 Thread Robe
Hi there,

I'm trying to change the default color for the directories using the
following command to see them with purple color

setenv LS_COLORS "di=01;35"

but when I use the following command

ls -G

I still see the default color.

What's wrong?

I'm using the default shell *tcsh* and FreeBSD v7.0

Thanks,


-- 
Robe.

Si deseas que tus sueños se hagan realidad ¡despierta!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"