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
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
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
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
--
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:
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
6 matches
Mail list logo