More hygiene in installer:

* change uninstall.sh to run under zsh, so we have access to better
  file globbing, string substitution, and $ZDOTDIR
* remove additional oh-my-zsh data files in uninstall
* remove unneeded `source ~/.zshrc` in uninstall
* remove bogus `. ~/.zshrc` at end of install.sh: it would just read it
   in the `sh` process running install.sh right before exiting, so it
   would have no effect aside from sometimes kicking out syntax errors.
This commit is contained in:
Andrew Janke 2015-02-28 00:55:21 -05:00
commit 0812923ae5
3 changed files with 17 additions and 12 deletions

View file

@ -46,5 +46,5 @@ echo "\033[0;32m"' /____/ ....is no
echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m"
echo "\n\n \033[0;32mp.s. Follow us at http://twitter.com/ohmyzsh.\033[0m"
echo "\n\n \033[0;32mp.p.s. Get stickers and t-shirts at http://shop.planetargon.com.\033[0m"
env zsh
. ~/.zshrc