Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-07 | use https everywhere (#6574) | Janosch Schwalm | |
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections. | |||
2015-08-30 | Merge pull request #4244 from Gnouc/master | Robby Russell | |
Emoji plugin - Fix wrong string comparison | |||
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-08-14 | Emoji plugin - Fix wrong string comparison | LE Manh Cuong | |
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 | |