Re: Directory colors in console / xterm

2000-02-13 Thread webmaster
> > - Is there an easy way to define directory colors for the use in any > > virtual console? For example every executable script should be listed in > > red, any directory in blue, and so on > > Put this in your ~/.bashrc > > export LS_OPTIONS='--color=auto' > eval `dircolors` > alias ls='ls

Re: Directory colors in console / xterm

2000-02-13 Thread Eric G . Miller
On Sun, Feb 13, 2000 at 02:03:01AM +0100, [EMAIL PROTECTED] wrote: > Hi, > > it's me again. There are still a lot of questions but I hope someone > will help me again. > > - Is there an easy way to define directory colors for the use in any > virtual console? For example every executable script

Directory colors in console / xterm

2000-02-13 Thread webmaster
Hi, it's me again. There are still a lot of questions but I hope someone will help me again. - Is there an easy way to define directory colors for the use in any virtual console? For example every executable script should be listed in red, any directory in blue, and so on Thanks in advance,