1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-06-15 11:37:21 +02:00

Fixed uninstall.sh

This commit is contained in:
Mika Suomalainen 2011-08-16 13:05:50 +03:00
parent d08ba59be2
commit 7f824d73b5

2
uninstall.sh Normal file → Executable file

@ -3,5 +3,5 @@ echo "Restoring default files..."
cat ~/.bashrc.default.backup > ~/.bashrc
cat ~/.bash_aliases.default.backup > ~/.bash_aliases
cat ~/.bash_profile.default.backup > ~/.bash_profile
cat ~/.bash_imports.default.backup > ~/.bash_imports
cat ~/.bash_exports.default.backup > ~/.bash_exports
cat ~/.bash_functions.default.backup > ~/.bash_functions