From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8766 invoked by alias); 6 Mar 2016 17:17:57 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21362 Received: (qmail 18793 invoked from network); 6 Mar 2016 17:17:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=isoupLvXNyYdlCxoIUqSpMsRCtomgNRBAp8Nfyli7+o=; b=fjpgjoCc5Oq60kyDeU6oKyCdb7t7jbkiZOqkvrgonTFlBibSzyeI/CU7iQWFIj1sAw BeYUY82hCAFTjlc1OxsmDL9JqsjCP1hrUC4kQlEZgfMJBWLr2t+CuINtCePPQFoaK6hT u+mpEEVTKS+uUga/l4QpHVYT+QUtf8FT57j2O65uQ5ZbaOFmTFoR+KIzEBjRMVRe94+l 4wvDBwKGqTJIx1grLl9QNEJLIBBZff/6k3jWDogxFUBx/46MPDn6LoGnXYoiyP0GOIck rwu426/d49VondwtimopRn8705+n+v16oID9PnoZXsd117dmCqQhv/JfSqJi3Q9pUB8f mCvQ== X-Gm-Message-State: AD7BkJLFuCpdPlIFwMxoEzyww+uWYamzwamh8hom3zXSl3u7Dmbt3IQoTAYhKYeZ2aEORM34gwK1XHigIIUtDg== X-Received: by 10.112.137.129 with SMTP id qi1mr6112769lbb.31.1457284671147; Sun, 06 Mar 2016 09:17:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <56DB1BB5.4010403@apjanke.net> From: Sebastian Gniazdowski Date: Sun, 6 Mar 2016 18:17:31 +0100 Message-ID: Subject: Re: How many Active Zsh Frameworks? To: zzapper Cc: Zsh Users Content-Type: text/plain; charset=UTF-8 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 wrote: > Andrew Janke 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 > >