ChrisTitusTech / mybash

My Bash profile - Highly customized Starship Theme - Just imagine Powerlevel10k and Nord Theme had a baby.
312 stars 162 forks source link

How am i supposed to uninstall it? #37

Open zavoyko70 opened 4 months ago

zavoyko70 commented 4 months ago

How am i supposed to uninstall it?

zavoyko70 commented 4 months ago

Maybe new users of linux will be helped ) cat /etc/skel/.bashrc > ~/.bashrc

anthonyp-cns commented 1 week ago

the setup script actually creates a backup of your original bashrc file, so if you previously made changes you can actually revert to it.

sudo mv ~/.bashrc.bak ~/.bashrc