Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | refactor(emoji): rewrite script w/ Python and update emojis (#8069) | Léopold Mebazaa | |
Closes #8069 | |||
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> | |||
2015-08-17 | Remove obsolete comment | Marc Cornellà | |
2015-08-16 | Check that list_size value is not zero before division | Marc Cornellà | |
2015-08-16 | Use right variable name to avoid zero-length array | Marc Cornellà | |
This fixes the typographic error that always assigned an undefined array to `$names`, which made `$list_size` = 0 and triggered a divide by zero error on the next line. | |||
2015-07-15 | Remove redundant comments from the .zsh file (since they're in README now). | Andrew Janke | |
2015-07-15 | emoji plugin: generate char map from Unicode UTR51 data files | Andrew Janke | |
Refactor the functions and group listings to have fewer functions, but have them take group names as parameters. Pull group definitions in to a single associative array. | |||
2014-06-09 | added emoji plugin to make it easy to display emoji characters in the terminal | fallwith | |