Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-23 | fix(uninstall): abort uninstall if unable to change shell (#10357) | Michele Bologna | |
2021-03-15 | fix(uninstall): fix renaming .zshrc when no original rc file found | Marc Cornellà | |
Fixes #9629 Fixes #9700 | |||
2019-11-25 | Fix 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-03 | installer: restore previous default shell with uninstall | Zach Whitten | |
Co-authored-by: Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-06-03 | installer: use timestamped backups to preserve all old zshrcs | Andrew Janke | |
2015-11-04 | Removing `source` command | LE Manh Cuong | |
2015-10-23 | Change coding style | LE Manh Cuong | |
2015-10-23 | Update uninstall.sh | LE Manh Cuong | |
- Need dot `.` for POSIX compliant instead of `source` - Use modern syntax for command substitution - Fix missing double quotes | |||
2015-10-21 | Fix backwards logic in uninstaller once and for all | Marc Cornellà | |
Really this time :P Fixes #4533 | |||
2015-10-21 | Fix conditional in uninstall prompt | Marc Cornellà | |
2015-10-21 | Fix syntax error in confirmation prompt of uninstall.sh | Marc Cornellà | |
We need to use POSIX syntax. This file is no longer executed with zsh. Fixes #4483. | |||
2015-10-05 | Ask for confirmation before uninstall | Rodrigo Chiossi | |
Prompt the user before removing oh-my-zsh from the system | |||
2015-09-03 | Add 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-02 | Fixing conflict in install scripts | Probably Not | |
2009-08-31 | Adding an uninstaller tool | Robby Russell | |