Re: bash ls in color

2000-08-01 Thread Nate Bargmann
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. > thanks > -- dale Just to toss my $.02 in here. I did essentially everyth

Re: bash ls in color

2000-08-01 Thread Christopher Mosley
On Mon, 31 Jul 2000, Ethan Benson wrote: > On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > > what do I enter to get bash to default to showing files in color. I > > know I have to edit the /etc/bash.bashrc file, but don't remember the > > command to enter. > > you should instead

Re: bash ls in color

2000-07-31 Thread kmself
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. > thanks > -- dale alias ls='ls --color=auto' ...which should be i

RE: bash ls in color

2000-07-31 Thread Pollywog
On 01-Aug-2000 Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. > thanks > -- dale I have: export LS_OPTIONS='--color=auto' eval `dircolors` in my user .bashrc --

Re: bash ls in color

2000-07-31 Thread Ethan Benson
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. you should instead edit your own userid's ~/.bashrc and add the following:

Re: bash ls in color

2000-07-31 Thread John L. Fjellstad
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. Put the following in bash.bashrc (or type it on the command line) alias ls