README: format HISTORY as list; mention @gezalore

This commit is contained in:
Suraj N. Kurapati 2016-07-16 09:06:40 -07:00
parent 4257c1435d
commit 43b456b85c

View file

@ -128,14 +128,18 @@ default values only after having loaded this script into your ZSH session.
History History
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
This script was originally written by [Peter Stephenson][2], who published it * September 2009: [Peter Stephenson][2] originally wrote this script and it
to the ZSH users mailing list in September 2009. It was later revised by Guido published to the zsh-users mailing list.
van Steen and released under the BSD license (see below) as part of [the fizsh
project][3] in January 2011.
It was later extracted from fizsh release 1.0.1, refactored heavily, and * January 2011: Guido van Steen (@guidovansteen) revised this script and
repackaged as both an [oh-my-zsh plugin][4] and as an independently loadable released it under the 3-clause BSD license as part of [fizsh][3], the
[ZSH script][5] by Suraj N. Kurapati in 2011. Friendly Interactive ZSHell.
It was [further developed][4] by Guido van Steen, Suraj N. Kurapati, Sorin * January 2011: Suraj N. Kurapati (@sunaku) extracted this script from
Ionescu, and Vincent Guerci in 2011. [fizsh][3] 1.0.1, refactored it heavily, and finally repackaged it as an
[oh-my-zsh plugin][4] and as an independently loadable [ZSH script][5].
* July 2011: Guido van Steen, Suraj N. Kurapati, and Sorin Ionescu
(@sorin-ionescu) [further developed it][4] with Vincent Guerci (@vguerci).
* March 2016: Geza Lore (@gezalore) greatly refactored it in pull request #55.