Age | Commit message (Expand) | Author |
2019-02-25 | Updating Oh My Zsh shop URLs (#7619) | Robby Russell |
2019-01-15 | installer: make TEST_CURRENT_SHELL use basename (#7514) | Jackson Delahunt |
2018-08-07 | use https everywhere (#6574) | Janosch Schwalm |
2018-07-01 | Login shell after install (#5314) | Joel Kuzmarski |
2018-06-15 | Fixed Issue #4550: Move ~/.zsh-update file to $ZSH_CACHE_DIR | Chao Du |
2018-06-13 | Quote $ZSH where necessary in install script (#6587) | Dan Wallis |
2018-05-15 | Update the update prompt (#6825) | Gert de Pagter |
2018-05-07 | fix bug for check zsh (#6798) | ningwei1993 |
2018-05-05 | installer: check if zsh in path instead of /etc/shells | Marc Cornellà |
2018-04-17 | [installer] use `command -v` to check for git | Marc Cornellà |
2017-11-01 | Use HTTPS for Planet Argon links (#6326) | Doug Yun |
2016-10-03 | Convert "if then" statements to "if; then" one-liners | Fabian Wolff |
2016-10-03 | Use rmdir instead of rm -r | Fabian Wolff |
2016-10-03 | Implement a locking mechanism to avoid multiple update prompts (fixes #3766) | Fabian Wolff |
2016-08-09 | Replace /bin/sh with sh for portability (#5291) | Fredrik Fornwall |
2016-06-16 | Remove undesirable hardcoding of PATH into zshrc (#4925) | Felipe Vargas |
2016-05-31 | installer: fix ordering of cygwin msys git check (#4557) | Andrew Janke |
2015-12-15 | Use consistent wording when updating | Robin Hallabro |
2015-11-29 | Merge pull request #4207 from mpscholten/master | Marc Cornellà |
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 |
2015-10-21 | Fix backwards logic in uninstaller once and for all | Marc Cornellà |
2015-10-21 | Fix conditional in uninstall prompt | Marc Cornellà |
2015-10-21 | Fix syntax error in confirmation prompt of uninstall.sh | Marc Cornellà |
2015-10-21 | Fix syntax error in #4515 on certain shells | Marc Cornellà |
2015-10-21 | Revert "Make install script safer" | Marc Cornellà |
2015-10-20 | Merge pull request #4507 from WhyEee/fix-no-tput | Marc Cornellà |
2015-10-20 | Merge pull request #4505 from arvindch/checked-upgrade | Marc Cornellà |
2015-10-20 | Make install script safer | Brian J Brennan |
2015-10-20 | Merge pull request #4419 from apjanke/installer-termcap-hack | Marc Cornellà |
2015-10-16 | Fix install.sh/upgrade.sh for tput-less systems | Yannick Eckey |
2015-10-16 | Check for git before trying to upgrade, as per #4504 | Arvind Chembarpu |
2015-10-05 | Ask for confirmation before uninstall | Rodrigo Chiossi |
2015-09-28 | installer: don't bail on errors in color setup | Andrew Janke |
2015-09-26 | Merge pull request #3646 from apjanke/installer-cygwin-support-3 | Robby Russell |
2015-09-23 | Merge branch 'master' into installer-cygwin-support-3 | Andrew Janke |
2015-09-22 | also handle missing tput in upgrade script. | Frederic Crozat |
2015-09-21 | Do not fail if tput is not available | Frederic Crozat |
2015-09-19 | Merge branch 'master' into installer-portable-colors | Andrew Janke |
2015-09-19 | Merge pull request #3889 from leycec/compaudit | Robby Russell |
2015-09-03 | Merge changes from #4241 into installer-portable-colors | Andrew Janke |
2015-09-03 | Add Cygwin support to installer. | Andrew Janke |
2015-08-30 | Merge pull request #4241 from heartinpiece/master | Robby Russell |
2015-08-30 | Merge pull request #4249 from KrauseFx/patch-1 | Robby Russell |
2015-08-30 | Merge pull request #3613 from apjanke/remove-sed-i | Robby Russell |
2015-08-27 | installer: switch twitter link to https | Andrew Janke |
2015-08-16 | Use https instead of http | Felix Krause |
2015-08-12 | Check if Zsh is installed prior to installing Oh My Zsh | Chang Hyun Park |
2015-08-03 | Also accept any forms of yes as an answer to the "do you want to update?" prompt | Marc Scholten |