Re: Colored Output

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Thu, Feb 4, 2010 at 3:48 PM, Carlos Williams <carloswill@xxxxxxxxx> 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 .bashrc in /root with the colour stuff in it.

Also, you forgot a space between . and $HOME. It should be:

echo ". $HOME/.bashrc" >> /root/.bash_profile


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux