From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 8D36D1FF9C for ; Tue, 27 Oct 2020 08:32:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2894920AbgJ0Icj (ORCPT ); Tue, 27 Oct 2020 04:32:39 -0400 Received: from dd36226.kasserver.com ([85.13.153.21]:45816 "EHLO dd36226.kasserver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2894816AbgJ0Ici (ORCPT ); Tue, 27 Oct 2020 04:32:38 -0400 Received: from client3368.fritz.box (i5C7443F9.versanet.de [92.116.67.249]) by dd36226.kasserver.com (Postfix) with ESMTPSA id E874D3C0439; Tue, 27 Oct 2020 09:32:36 +0100 (CET) Subject: Re: [PATCH] Fix zsh installation instructions To: Felipe Contreras Cc: Junio C Hamano , Alexey via GitGitGadget , Git , Alexey References: From: Stefan Haller Message-ID: Date: Tue, 27 Oct 2020 09:32:36 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 25.10.20 4:29, Felipe Contreras wrote: >> The other hunk (adding compinit) is not so important to me; I suppose it >> was not in the original version because most zsh users already have this >> in their .zshrc anyway. But it's not wrong, and doesn't hurt to have >> here, I guess. > > If you don't have compinit, then how is the '_git' script being loaded > in the first place? I didn't say it's unnecessary to have it in your .zshrc. I just said it's maybe unnecessary to document it here because most zsh users have it in their .zshrc already anyway. (Sorry for the other empty mail, I hit the wrong button...) Best, Stefan