tools/uninstall: Do not overwrite backup bashrcs

Co-authored-by: Alexandre Alessi <alexpfba@gmail.com>
This commit is contained in:
Koichi Murase
2021-12-29 12:32:14 +09:00
parent cafb35836e
commit 1543bc9d4a
3 changed files with 69 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ function bash_stats() {
}
function uninstall_oh_my_bash() {
env OSH=$OSH sh $OSH/tools/uninstall.sh
source "$OSH"/tools/uninstall.sh
}
function upgrade_oh_my_bash() {