Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-05 | fix(CLI): show symlinked themes in `omz theme list` | Marc Cornellà | |
2021-01-03 | feat(CLI): add `plugin info` subcommand (#9452) | Fernando Crespo | |
Co-authored-by: Fernando Crespo <fxcrespo@iMac-44054.local> Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-12-31 | fix(CLI): properly get zsh command in `omz update` (#9558) | Marc Cornellà | |
Zsh versions older than 5.3 don't have ZSH_ARGZERO, so use an alternative method to get the zsh command. Fixes #9558 | |||
2020-12-07 | fix(updater): don't show changelog when running unattended update (#9495) | Marc Cornellà | |
Fixes #9495 | |||
2020-12-04 | feat(CLI): add `--unattended` flag to `omz update` to not reload zsh (#9187) | Marc Cornellà | |
2020-11-30 | feat(CLI): add `omz changelog` command | Marc Cornellà | |
2020-11-30 | fix(updater): correctly restart the zsh session when the update pulled changes | Marc Cornellà | |
2020-11-30 | refactor(updater): switch to Zsh execution and fix git remote detection logic | Marc Cornellà | |
2020-10-20 | lib: follow symlinked plugins in `plugin list` CLI command | Marc Cornellà | |
See https://github.com/ohmyzsh/ohmyzsh/issues/9087#issuecomment-712460275 | |||
2020-10-18 | lib: allow bare output in theme and plugins list command | Marc Cornellà | |
2020-10-18 | lib: use `column` to format plugin and theme list CLI commands | Marc Cornellà | |
2020-10-10 | lib: fix `omz help` and reword | Marc Cornellà | |
2020-10-10 | lib: fix fmt removing ESC characters in theme and plugin list CLI commands | Marc Cornellà | |
2020-10-09 | lib: fix formatting in `omz pr clean` CLI command | Marc Cornellà | |
2020-10-09 | lib: add plugin and theme subcommands and fix `omz pr clean` | Marc Cornellà | |
- Add plugin and theme subcommand Fixes #8961 - Add confirmation prompt to `omz pr clean` command - Correct behavior on invalid answers on confirmation prompts If an invalid option is supplied, don't proceed with the potentially destructive action. Co-authored-by: Rishabh Bohra <rishabhbohra01@gmail.com> | |||
2020-08-18 | Remove zsh session restart on omz update and upgrade_oh_my_zsh | Marc Cornellà | |
2020-08-17 | Fix upgrade_oh_my_zsh function deprecation | Marc Cornellà | |
2020-08-04 | cli: add update command (#9094) | Dario Vladović | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-03 | cli: beauty touches on 'omz pr test' command | Marc Cornellà | |
2020-05-20 | Prefix cd calls with `builtin` (#8937) | Jacob Menke | |
2020-05-01 | core: move core folder to lib, for now | Marc Cornellà | |