From d2782c07b937e1296a27442b6b0de9d4e88fe4ba Mon Sep 17 00:00:00 2001 From: sveneh Date: Mon, 20 Jul 2015 18:27:19 +0200 Subject: [PATCH] added simple uninstall instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ab4ea6c..f67de351 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ You can see the theme screenshots [here](https://github.com/revans/bash-it/wiki Alternatively, you can preview the themes in your own shell using `BASH_PREVIEW=true reload` +## 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... + ## Misc ### Bash Profile Aliases