Commit graph

2 commits

Author SHA1 Message Date
Andrew Janke
b2473f68af Delete any ~/.zshrc-e files left over from bad sed calls in earlier installer versions. 2015-02-28 01:48:36 -05:00
Andrew Janke
0812923ae5 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.
2015-02-28 00:59:30 -05:00
Renamed from tools/uninstall.sh (Browse further)