mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
Added uninstall script.
This commit is contained in:
parent
cdede3caad
commit
3adf33169a
7
uninstall.sh
Normal file
7
uninstall.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
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_functions.default.backup > ~/.bash_functions
|
Loading…
Reference in New Issue
Block a user