From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SUBJ_OBFU_PUNCT_FEW autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25195 invoked from network); 17 Jun 2020 06:03:32 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 17 Jun 2020 06:03:32 -0000 Received: (qmail 17861 invoked by alias); 17 Jun 2020 06:03:20 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 46049 Received: (qmail 18207 invoked by uid 1010); 17 Jun 2020 06:03:20 -0000 X-Qmail-Scanner-Diagnostics: from sender4-of-o56.zoho.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25842. spamassassin: 3.4.4. Clear:RC:0(136.143.188.56):SA:0(-2.0/5.0):. Processed in 4.00088 secs); 17 Jun 2020 06:03:20 -0000 X-Envelope-From: mk@mkoskar.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.zoho.com designates 136.143.188.56 as permitted sender) ARC-Seal: i=1; a=rsa-sha256; t=1592373754; cv=none; d=zohomail.com; s=zohoarc; b=ZYyHEPiSXI+pRkB02xMSG/vcyd3VBAFadtnkPnu6MdjH2DrkVL2KBi4Q67kiDM9s/HHE/JmePwLq4hoJpSjEdgqQkCvhRN2yyqYbAyLpPlY7eFHzZMZniOmLG3OLvrLw3Xjz8uEWp5ScNZcdaxpPp9XKajTnqTY5GJAQldQdbI4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1592373754; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=eBTj9ew/WYULu69iWjQuEtfRSUY6jmBrEEvK1amSwXs=; b=MrAciqGlYk1u0U88EfzZbKI0O5IBEO8KiRaDedtA2w0i4VNDPx78tVCXipDzfr7E2BPDzdf63AaQelmIQWPkUCHmxDzeO9iDzD3bH/7awKeU2VMfGM+ZHOT+138ZvMDTs+WSI+IJQ0hDCuwml0IwyAB6EZ/WBxpXNBFOgby6zTk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=mkoskar.com; spf=pass smtp.mailfrom=mk@mkoskar.com; dmarc=pass header.from= header.from= From: =?UTF-8?q?Miroslav=20Ko=C5=A1k=C3=A1r?= To: zsh-workers@zsh.org Cc: =?UTF-8?q?Miroslav=20Ko=C5=A1k=C3=A1r?= Message-ID: Subject: [PATCH] docs: GLOBAL_RCS option is set with +d Date: Wed, 17 Jun 2020 08:02:05 +0200 X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External Content-Type: text/plain; charset=utf8 --- Doc/Zsh/options.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 6da6830..b3bf11f 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1124,7 +1124,7 @@ pindex(GLOBALRCS) pindex(NOGLOBALRCS) cindex(startup files, global, inhibiting) cindex(files, global startup, inhibiting) -item(tt(GLOBAL_RCS) (tt(-d)) )( +item(tt(GLOBAL_RCS) (tt(+d)) )( If this option is unset, the startup files tt(zprofile()), tt(zshrc()), tt(zlogin()) and tt(zlogout()) will not be run. It can be disabled and re-enabled at any time, including inside local startup --=20 2.27.0