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

bash color aliases

2007-12-06 Thread Christian Ruffer
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 effect. For the root user it works when I change /root/.bashrc How can I change th