summaryrefslogtreecommitdiff
path: root/tools/uninstall.sh
AgeCommit message (Collapse)Author
2019-11-25Fix change to old shell on uninstall (#8430)Giuseppe
If there's no `~/.shell.pre-oh-my-zsh`, don't assume the default choice is Bash. In fact Zsh is the default shell for macOS since Catalina (10.15) [1], yet users of other OSes have likely to have Bash as their default. This commit fix issue #8252 [1] https://support.apple.com/en-us/HT208050
2019-06-03installer: restore previous default shell with uninstallZach Whitten
Co-authored-by: Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-06-03installer: use timestamped backups to preserve all old zshrcsAndrew Janke
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