summaryrefslogtreecommitdiff
path: root/tools/uninstall.sh
AgeCommit message (Collapse)Author
2015-11-04Removing `source` commandLE Manh Cuong
2015-10-23Change coding styleLE Manh Cuong
2015-10-23Update uninstall.shLE Manh Cuong
- Need dot `.` for POSIX compliant instead of `source` - Use modern syntax for command substitution - Fix missing double quotes
2015-10-21Fix backwards logic in uninstaller once and for allMarc Cornellà
Really this time :P Fixes #4533
2015-10-21Fix conditional in uninstall promptMarc Cornellà
2015-10-21Fix syntax error in confirmation prompt of uninstall.shMarc Cornellà
We need to use POSIX syntax. This file is no longer executed with zsh. Fixes #4483.
2015-10-05Ask for confirmation before uninstallRodrigo Chiossi
Prompt the user before removing oh-my-zsh from the system
2015-09-03Add Cygwin support to installer.Andrew Janke
* Balk at incompatible Windows/MSYS git * Test for chsh presence before trying to use it * Replace non-portable `[[ ... ]]` and `[ x = *pattern* ]` constructs
2012-12-02Fixing conflict in install scriptsProbably Not
2009-08-31Adding an uninstaller toolRobby Russell