I have accidentally overwritten .bashrc
. I did the following
echo 'export EDITOR=/usr/bin/nano' >> /etc/bashrc
Bur I accidentally typed >
instead of >>
. I guess, it was a bad idea.
I am still able to log in by using this trick (hit Ctrl+C
before the .bashrc will be fully executed). But how do I restore it to the default .bashrc
?
I'm running CentOS 6.5 x86_64. If the default bashrc file is there in the distribution somewhere, I cannot find it.