| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-15 | docs: document disclaimer about theme appearance | Marc Cornellà | |
| 2024-07-30 | chore: fix ordering of sections in README | Marc Cornellà | |
| 2024-07-03 | chore: replace all instances of twitter with X | Carlo Sala | |
| Closes #12536 | |||
| 2024-07-02 | docs: rename twitter to X, fix link (#12532) | Ihor | |
| 2024-06-04 | docs: reword alternative installer mirror (#12474) | K.B.Dharun Krishna | |
| 2024-04-09 | docs: fix typo (#12339) | Taekin Kim | |
| 2024-04-03 | feat(git)!: enable async git prompt (now for real) | Marc Cornellà | |
| BREAKING CHANGE: the new async prompt feature will render prompt information asyncronously and degrade nicely when the calls take too long to finish, as the prompt will already be first drawn and interactive. This is enabled by default for the git prompt and themes that use it (`git_prompt_info`). If you find that it's not working for you, please open an issue if one is not already opened, and see https://github.com/ohmyzsh/ohmyzsh#disable-async-git-prompt for how to turn it off. | |||
| 2024-03-12 | docs(readme): add contributor list (#12236) | webstar | |
| 2023-12-01 | docs: document the off-GitHub installation URL (#12079) | Olivia (Zoe) | |
| 2023-10-23 | chore: remove mentions of huntr.dev | Marc Cornellà | |
| huntr.dev has pivoted to ML/AI-only vulnerability reporting, and we are now already using GitHub's private vulnerability reports. | |||
| 2023-10-11 | chore: change headings in README to Title Case (#11956) | sattisumasri | |
| Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
| 2023-10-08 | chore: update README badges | Marc Cornellà | |
| 2023-10-08 | Adding operating system compatibility chart | Robby Russell | |
| 2023-10-08 | Adding Mastadon and updating X badge | Robby Russell | |
| 2023-05-21 | docs(theme-and-appearance): fix gnu-ls snippet (#11701) | Craig Furman | |
| 2023-05-09 | docs(theme-and-appearance): reflect properly dcff7a7 changes | Carlo Sala | |
| 2023-05-06 | feat(theme-and-appearance): allow disabling gnu-ls in bsd | Carlo Sala | |
| To disable gnu-ls (`gls`) even if it's installed in freeBSD and macOS you can set it up with: ```zsh zstyle ':omz:lib:theme-and-appearance' gnu-ls no ``` Closes #11647 | |||
| 2023-04-03 | feat(init)!: allow turning off aliases for libs and plugins (#11550) | Marc Cornellà | |
| BREAKING CHANGE: the previous zstyle setting to disable `lib/directories.zsh` aliases has been changed to the new syntax: `zstyle ':omz:lib:directories' aliases no`. See https://github.com/ohmyzsh/ohmyzsh#skip-aliases to see other ways you can use this setting. Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2023-03-28 | feat(upgrade): add verbosity settings | Håvard Bartnes | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11574 Closes #11579 | |||
| 2023-03-07 | Fixing link to PA website in README | Robby Russell | |
| Was linking to an old URL | |||
| 2023-02-02 | feat(directories): add config to skip aliases (#11469) | Hazael Sanchez | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2022-04-14 | chore: minor documentation tweaks (#10853) | Olivia (Zoe) | |
| 2022-03-14 | docs: add Table of Contents to README (#10766) | Bunyamin Shabanov | |
| Co-authored-by: Mohan Sha <mohansha@outlook.com> | |||
| 2022-02-03 | Introducing the ANSI logo graphic | Robby Russell | |
| Trying this on for size for a while. | |||
| 2021-12-17 | docs(README): Document .pre-oh-my-zsh (#10315) | Eric | |
| 2021-12-07 | chore: update security docs and link to huntr.dev | Marc Cornellà | |
| 2021-11-05 | refactor(osx): Rename osx plugin to macos (#10341) | Jonathan Batchelor | |
| Apple changed the name of their operating system from OS X to macOS a number of years ago. This was overdue! As per issue #10311 * refactor(osx): rename `osx` plugin to `macos` * refactor(macos): Add symbolic link from old `osx` plugin name. | |||
| 2021-10-18 | docs(README): document new `zstyle` update settings (#10304) | Eric | |
| Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
| 2021-04-25 | chore: fix "Facebook" typo in README.md (#9378) | Piper | |
| 2020-10-11 | Add gitpod integration | Marc Cornellà | |
| Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com> | |||
| 2020-09-26 | Fix image alignment | Marc Cornellà | |
| 2020-09-26 | Right-align table in README | Marc Cornellà | |
| 2020-09-26 | A few README tweaks | Marc Cornellà | |
| 2020-09-18 | Remove racially-charged language from the codebase | Marc Cornellà | |
| The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now. | |||
| 2020-09-14 | docs: fix small typo in README (#9255) | 0xflotus | |
| 2020-08-23 | Update README with new update command (#9203) | Kirill Suslov | |
| Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead. | |||
| 2020-08-20 | docs: add fetch install command for FreeBSD (#9172) | Adam G. Emerson | |
| Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
| 2020-07-05 | Bug and Feature Request Templates + MLH Theme + Readme (#9068) | Larson Carter | |
| Co-authored-by: Marc Cornellà <marc.cornella@live.com> Co-authored-by: Bartek Pacia <barpac02@gmail.com> | |||
| 2020-06-10 | Change Discord invite URL | Marc Cornellà | |
| 2020-03-01 | Document ZSH_THEME_RANDOM_BLACKLIST setting | Marc Cornellà | |
| 2020-02-29 | Add git version requirement in documentation | Marc Cornellà | |
| 2020-02-04 | Link to Actions page in GitHub Action badge | Marc Cornellà | |
| 2020-02-04 | Rename GitHub Action to CI | Marc Cornellà | |
| 2020-01-29 | Create Github Action to run tests (#8569) | Modded Gamers | |
| The published workflow tests the installer and checks the syntax of known zsh files in the project. Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
| 2019-12-27 | Relocating chat/twitter | Robby Russell | |
| Moving down below the intro copy so that first content to new-comers is a description of the project | |||
| 2019-11-25 | Mention FAQ in the README (#8051) | Michal Bultrowicz | |
| 2019-11-20 | Actions to take after repository migration is complete (#8394) | Marc Cornellà | |
| * Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository | |||
| 2019-11-18 | Add Twitter follow badge to README | Marc Cornellà | |
| 2019-11-17 | Add Discord badge to README | Marc Cornellà | |
| 2019-10-01 | Update README with up-to-date platform requirements | Marc Cornellà | |
| Co-authored-by: Emil Engler <me@emilengler.com> Closes #8157 | |||
