How do I reset default .bashrc (debian wheezy)? [closed]
I messed up my .bashrc file. How do I get to the default one that was initially created with my home directory?
Solution 1:
mv ~/.bashrc ~/.bashrc.messed
cp /etc/skel/.bashrc ~/.bashrc
I messed up my .bashrc file. How do I get to the default one that was initially created with my home directory?
mv ~/.bashrc ~/.bashrc.messed
cp /etc/skel/.bashrc ~/.bashrc