Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | chore: fix comment bulk replace | Marc Cornellà | |
2021-12-28 | refactor: handle `$0` according to the Zsh plugin standard (#10518) | Curtis Rueden | |
For details and rationale, see: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html Closes #10518 | |||
2021-12-01 | chore: fix spelling errors across the project (#10459) | Josh Soref | |
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> | |||
2021-11-17 | fix(osx): deprecate `osx` plugin without symlink (#10428) | Marc Cornellà | |
Fixes #10428 | |||
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. |