Age | Commit message (Expand) | Author |
2019-11-25 | Fix change to old shell on uninstall (#8430) | Giuseppe |
2019-11-21 | Fix non-POSIX conditional syntax | Marc Cornellà |
2019-11-20 | Actions to take after repository migration is complete (#8394) | Marc Cornellà |
2019-11-09 | upgrade: remove double whitespace in message (#7517) | Quentin Dreyer |
2019-10-21 | Set default git-config values known to fix repository issues | Marc Cornellà |
2019-09-08 | installer: allow chsh to work in termux | Marc Cornellà |
2019-06-09 | installer: don't rely on tput for coloring | Marc Cornellà |
2019-06-03 | installer: ask user about changing the shell to zsh | Marc Cornellà |
2019-06-03 | installer: allow for tput errors | Marc Cornellà |
2019-06-03 | installer: restore previous default shell with uninstall | Zach Whitten |
2019-06-03 | installer: improve message formatting and color | Marc Cornellà |
2019-06-03 | installer: change to --unattended argument and add docs | Marc Cornellà |
2019-06-03 | installer: comment changes | Marc Cornellà |
2019-06-03 | installer: add option to not run zsh at the end | Marc Cornellà |
2019-06-03 | installer: don't run zsh at the end | Marc Cornellà |
2019-06-03 | installer: add ability to skip the default shell change | Marc Cornellà |
2019-06-03 | installer: use timestamped backups to preserve all old zshrcs | Andrew Janke |
2019-06-03 | installer: use default color sequences on missing tput | Marc Cornellà |
2019-06-03 | installer: allow configuration of remote URL to clone from | Marc Cornellà |
2019-06-03 | installer: add ability to install from forked & branched repos | Andrew Janke |
2019-06-03 | installer: improve zsh binary path search in setup_shell | Marc Cornellà |
2019-06-03 | installer: fix for Solus OS and systems with no /etc/shells | Fran |
2019-06-03 | installer: use guard clauses in setup_shell for better readability | Marc Cornellà |
2019-06-03 | installer: make sure shell in /etc/shells is not commented | Raf Czlonka |
2019-06-03 | installer: replace the current shell with the new ZSH instance | Luca S |
2019-06-03 | installer: abstract error messages | Marc Cornellà |
2019-06-03 | installer: fix for failed chsh quitting the installation | Marc Cornellà |
2019-06-03 | installer: extract most code into functions | Marc Cornellà |
2019-06-03 | installer: reorganise and add comments | Marc Cornellà |
2019-06-03 | installer: use tabs to allow future heredocs | Marc Cornellà |
2019-06-03 | installer: use exit-on-error from the beginning | Marc Cornellà |
2019-04-18 | Remove dots from installer URLs (#7780) | Guillermo Azurdia |
2019-04-07 | upgrade: fix lock-out on first upgrade check | Marc Cornellà |
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 |