index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
emoji
Age
Commit message (
Expand
)
Author
2022-10-03
chore(docs): fix some typos (#11211)
George Rodrigues
2021-12-28
refactor(emoji): rewrite script w/ Python and update emojis (#8069)
Léopold Mebazaa
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
2021-12-01
chore: fix spelling errors across the project (#10459)
Josh Soref
2018-08-07
use https everywhere (#6574)
Janosch Schwalm
2015-08-30
Merge pull request #4244 from Gnouc/master
Robby Russell
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à
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
2014-06-09
added emoji plugin to make it easy to display emoji characters in the terminal
fallwith