Re: bash color aliases

2007-12-06 Thread Cassiano Bertol Leal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Ruffer wrote: > Hello Cassiano, > > thats what I expected. I did logout and login a several times while > trying, but nothing happend. > > Is there a another place which overrights the /home/user/.bashrc ? Have a look at ~/.bash_profile (w

Re: bash color aliases

2007-12-06 Thread Bogart Salzberg
Is ~/.bashrc only run automatically for non-login shells? I think it should be "sourced" in ~/.bash_profile so that it will run either way. e.g.: source ~/.bashrc Of course, also run the above command manually to ensure the .bashrc script works. Bogart On Dec 6, 2007, at 12:00 PM, Chris

Re: bash color aliases

2007-12-06 Thread Christian Ruffer
Hello Cassiano, thats what I expected. I did logout and login a several times while trying, but nothing happend. Is there a another place which overrights the /home/user/.bashrc ? Christian Cassiano Bertol Leal schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Ruffer wrote:

Re: bash color aliases

2007-12-06 Thread Cassiano Bertol Leal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Ruffer wrote: > Hello, > > can you please tell me how to set colors and aliases in my bash. > I read the docs and comments, which told me to add or uncomment the > lines in /home/user/.bashrc. > I did that, but the changes didn't take an eff

RE: bash & color

1999-08-16 Thread Immanuel Yap
On Mon Aug 16, 1999, Pollywog wrote: > > On 16-Aug-99 Pollywog wrote: > > This is what I have in my .bash_profile in order to get colors: > > > > export LS_OPTIONS='--color=auto' > > eval `dircolors` > > The last line is apparently superfluous, so I removed it. It's useful if you want to change

RE: bash & color

1999-08-16 Thread Pollywog
On 16-Aug-99 Pollywog wrote: > This is what I have in my .bash_profile in order to get colors: > > export LS_OPTIONS='--color=auto' > eval `dircolors` The last line is apparently superfluous, so I removed it. -- Andrew

RE: bash & color

1999-08-16 Thread Pollywog
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 stu

Re: bash & color

1999-08-16 Thread David Teague
On Mon, 16 Aug 1999, 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