From 6af0d5fede009166e48f3b5701aea73e0ddbe1db Mon Sep 17 00:00:00 2001 From: Nathan B Date: Thu, 5 Apr 2012 15:54:32 +0800 Subject: [PATCH] Tweaked formatting in 'uninstall' section --- README.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 132c167..e074d35 100644 --- a/README.markdown +++ b/README.markdown @@ -276,14 +276,17 @@ git clone git://github.com/ndbroadbent/scm_breeze.git ~/.scm_breeze source ~/.bashrc # or source ~/.zshrc ``` -(The install script simply appends the following line to your `.bashrc` or `.zshrc`): +The install script just adds the following line to your `.bashrc` or `.zshrc`: `[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"` # Uninstall -~/.scm_breeze/uninstall.sh -(The install script simply remove the add line from your `.bashrc` or `.zshrc`): +```bash +~/.scm_breeze/uninstall.sh +``` + +The uninstall script removes the following line from your `.bashrc` or `.zshrc`: `[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"`