Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How many Active Zsh Frameworks?
- X-seq: zsh-users 21362
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zzapper <david@xxxxxxxxxxxxxx>
- Subject: Re: How many Active Zsh Frameworks?
- Date: Sun, 6 Mar 2016 18:17:31 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=isoupLvXNyYdlCxoIUqSpMsRCtomgNRBAp8Nfyli7+o=; b=QQNJ02wDZ0CRALnsGM88FWsZ28HnWgirN4rS1U/OmmUkcOKLbkSzkunFGi5plYnBYX x9cikZSuhn661MC//enAu/ohVCKg7TQWs+S+VSsmRE0nP8MKppnX17f7cuhBBreO/S9p TV8RtV+LQXdbNV1zrYUU1InAedQIZmnjgDyfi5zsiUY08DN2kIzUQrOucEH2x6m0IpQz Xg1TLtiLIHO4gW87uEP020hHvU5sTDfqZ5TE0B1YMvpqvtj7QUqNuU/EJIzWuwZHoSFF TSrL8I65CYOZhdd9JUmziovB05bEdgW+xPOVd3q7f/9vy9lEFCBw3LFJgCDyT+Dkmv+c QGqg==
- In-reply-to: <XnsA5C2DA3EC461Cdavidrayninfocouk@80.91.229.13>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <XnsA5C2829BB306Adavidrayninfocouk@80.91.229.13> <56DB1BB5.4010403@apjanke.net> <XnsA5C2DA3EC461Cdavidrayninfocouk@80.91.229.13>
Antigen is written in Advanced Bash Scripting guide style. It does
forks for its operations, which are slow. In my one test loading 40
plugins takes 4.906 seconds on Antigen. I would recommend you my
Zplugin:
https://github.com/psprint/zplugin
Written with cooperation with people from this mailing list, fast (0.6
seconds for the same 40 plugins, 0.3 seconds when using "light" mode)
and advanced (e.g. completions management, automatic plugin
compilation), supporting OMZ themes via snippet feature, keeping
$FPATH clean (for 40 plugins FPATH has 40 entries with all other
frameworks).
Best regards,
Sebastian Gniazdowski
On 5 March 2016 at 22:27, zzapper <david@xxxxxxxxxxxxxx> wrote:
> Andrew Janke <floss@xxxxxxxxxxx> wrote in news:56DB1BB5.4010403
> @apjanke.net:
>
>> https://github.com/unixorn/awesome-zsh-plugins
>
> looks like omz, pretzo and antigen in that order according to the star
> count.
> Early results of my poll seem to suggest most zsh users do use a framework
>
> --
> zzapper
> https://twitter.com/dailyzshtip
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author