Fixed uninstall.sh

This commit is contained in:
Mika Suomalainen 2011-08-16 13:05:50 +03:00
parent d08ba59be2
commit 7f824d73b5
1 changed files with 1 additions and 1 deletions

2
uninstall.sh Normal file → Executable file
View 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