Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] docs: GLOBAL_RCS option is set with +d
- X-seq: zsh-workers 46049
- From: Miroslav Koškár <mk@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] docs: GLOBAL_RCS option is set with +d
- Date: Wed, 17 Jun 2020 08:02:05 +0200
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=mkoskar.com; spf=pass smtp.mailfrom=mk@xxxxxxxxxxx; dmarc=pass header.from=<mk@xxxxxxxxxxx> header.from=<mk@xxxxxxxxxxx>
- 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-seal: i=1; a=rsa-sha256; t=1592373754; cv=none; d=zohomail.com; s=zohoarc; b=ZYyHEPiSXI+pRkB02xMSG/vcyd3VBAFadtnkPnu6MdjH2DrkVL2KBi4Q67kiDM9s/HHE/JmePwLq4hoJpSjEdgqQkCvhRN2yyqYbAyLpPlY7eFHzZMZniOmLG3OLvrLw3Xjz8uEWp5ScNZcdaxpPp9XKajTnqTY5GJAQldQdbI4=
- Cc: Miroslav Koškár <mk@xxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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)) <D>)(
+item(tt(GLOBAL_RCS) (tt(+d)) <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
--
2.27.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author