From 3c0de01c07a057550241ae60e14900886c247caf Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 13 Oct 2016 15:38:22 -0400 Subject: [PATCH] docs: set should have -x for PATH in config.fish --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index a31e12917..685a2070f 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1170,7 +1170,7 @@ If you want to add the directory `~/linux/bin` to your PATH variable when using \fish if status --is-login - set PATH $PATH ~/linux/bin + set -x PATH $PATH ~/linux/bin end \endfish