From 2f64aaec6ce534d7ea35c0963f5cee35c1f3ce27 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Tue, 4 Aug 2015 10:32:36 +0200 Subject: [PATCH] Added uninstall instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f67de351..ab63b9bb 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,14 @@ Alternatively, you can preview the themes in your own shell using `BASH_PREVIEW= ## Uninstalling -There is no automatic uninstall process. To return to your old, boring bash experience, do `rm -rf ~/.bash_it`, followed by `mv ~/.bashrc.bak ~/.bashrc` (on Linux), or `mv ~/.bash_profile.bak ~/.bash_profile` (on Mac). Start a new shell, and Bash it will be gone... +To uninstall Bash it, run the `uninstall.sh` script found in the `$BASH_IT` directory: + +``` +cd $BASH_IT +./uninstall.sh +``` + +This will restore your previous Bash profile. After the uninstall script finishes, remove the Bash it directory from your machine (`rm -rf $BASH_IT`) and start a new shell. ## Misc