>On Thu, 6 Jun 2013 17:49:18 +0200
>Philippe Delavalade <philippe.delaval...@orange.fr> wrote:
>
> [snip]
> 
> Thanks but I have just .bash_history in /root.
> 
> Did I missed something ?
> 

Just add it. Or put into $HOME/.bashrc . It doesn't matter if you don't
have the file RIGHT NOW, when you make it, bash will read and use it.

Like this (one of several ways to do this):
$ cat >> $HOME/.bashrc << EOF
<< your stuff goes in here >>
EOF

-- 
You don't need an AI for a robot uprising.
Humans will do just fine.
                     --Skynet
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to