From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id a37cbcad for ; Sat, 7 Sep 2019 20:19:03 +0000 (UTC) Received: (qmail 25923 invoked by alias); 7 Sep 2019 20:18:55 -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: List-Unsubscribe: X-Seq: 24238 Received: (qmail 28677 invoked by uid 1010); 7 Sep 2019 20:18:55 -0000 X-Qmail-Scanner-Diagnostics: from smtprelay01.ispgateway.de by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25559. spamassassin: 3.4.2. Clear:RC:0(80.67.31.35):SA:0(-2.6/5.0):. Processed in 1.920475 secs); 07 Sep 2019 20:18:55 -0000 X-Envelope-From: ft@bewatermyfriend.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Roman Perepelitsa Cc: Peng Yu , zsh-users Subject: Re: Is it worthwhile to use oh-my-zsh? In-Reply-To: (Roman Perepelitsa's message of "Sat, 7 Sep 2019 15:58:18 +0200") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Sat, 07 Sep 2019 22:18:10 +0200 Message-ID: <87woejhnct.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: NDMwNDQ0 Roman Perepelitsa wrote: [...] > On Sat, Sep 7, 2019 at 2:23 PM Daniel Shahaf wrote: >> For git information, see vcs_info in zshcontrib(1), and Misc/vcs_info-examples >> in the source distribution. > > Note that vcs_info is likely to make your prompt noticeably sluggish. Depends on configuration. The defaults avoid most features that are particularly expensive. Regards, Frank