Re: [arch-general] Colored Output

2010-02-04 Thread Baho Utot
Carlos Williams wrote: On Thu, Feb 4, 2010 at 11:51 AM, Andrew Antle wrote: As root, create the file `$HOME/.bash_profile` with the content: Â . $HOME/.bashrc This file is in `/etc/skel` as well. So I need to do the following? cd /root echo ".$HOME/.bashrc" >> /root/.bash_profile

Re: [arch-general] Colored Output

2010-02-04 Thread Guilherme M. Nogueira
On Thu, Feb 4, 2010 at 3:48 PM, Carlos Williams wrote: > So I need to do the following? > > cd /root > echo ".$HOME/.bashrc" >> /root/.bash_profile > > I don't get what I am pointing at in the '.bash_profile' file. Am I > suppose to create a .bashrc file in /root? Yes, you're suppose to have a .b

Re: [arch-general] Colored Output

2010-02-04 Thread Daniel Griffiths
On 02/04/2010 12:04 PM, Carlos Williams wrote: On Thu, Feb 4, 2010 at 1:01 PM, Daniel Griffiths wrote: That's the traditional way to do it. OK - thanks. I modified my /etc/skel/.bashrc file to reflect color for both ls& grep. This means all new users will have this created in their

Re: [arch-general] Colored Output

2010-02-04 Thread Carlos Williams
On Thu, Feb 4, 2010 at 1:01 PM, Daniel Griffiths wrote: > That's the traditional way to do it. OK - thanks. I modified my /etc/skel/.bashrc file to reflect color for both ls & grep. This means all new users will have this created in their .bashrc, correct?

Re: [arch-general] Colored Output

2010-02-04 Thread Daniel Griffiths
On 02/04/2010 11:48 AM, Carlos Williams wrote: On Thu, Feb 4, 2010 at 11:51 AM, Andrew Antle wrote: As root, create the file `$HOME/.bash_profile` with the content: . $HOME/.bashrc This file is in `/etc/skel` as well. So I need to do the following? cd /root echo ".$HOME/.bashrc"

Re: [arch-general] Colored Output

2010-02-04 Thread Carlos Williams
On Thu, Feb 4, 2010 at 11:51 AM, Andrew Antle wrote: > As root, create the file `$HOME/.bash_profile` with the content: > >  . $HOME/.bashrc > > This file is in `/etc/skel` as well. So I need to do the following? cd /root echo ".$HOME/.bashrc" >> /root/.bash_profile I don't get what I am pointi

Re: [arch-general] Colored Output

2010-02-04 Thread Andrew Antle
On Thu, Feb 4, 2010 at 11:41 AM, Carlos Williams wrote: > When I modify my regular user's .bashrc file, I do get my desired > color output but I can't figure out how to achieve this for 'root'. As root, create the file `$HOME/.bash_profile` with the content: . $HOME/.bashrc This file is in `/