From 4a4fd7e75b5b543b69f3eb368a9e58359d34ef5c Mon Sep 17 00:00:00 2001 From: Michihito Shigemura Date: Fri, 3 Nov 2017 16:38:07 +0900 Subject: [PATCH] Fix typo in faq --- doc_src/faq.hdr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr index 0a3e24b0c..eefbe5eff 100644 --- a/doc_src/faq.hdr +++ b/doc_src/faq.hdr @@ -14,7 +14,7 @@ - How do I run a subcommand? The backtick doesn't work! - How do I get the exit status of a command? - How do I set an environment variable for just one command? -- Why doesn't `set -Ux` (exported universal varables) seem to work? +- Why doesn't `set -Ux` (exported universal variables) seem to work? - How do I customize my syntax highlighting colors? - How do I update man page completions? - Why does cd, pwd and other fish commands always resolve symlinked directories to their canonical path? @@ -139,7 +139,7 @@ variables. This means that the global value takes precedence over the universal value. To avoid this problem, consider changing the setting which fish inherits. If this is not possible, -add a statement to your user initilization file (usually +add a statement to your user initialization file (usually `~/.config/fish/config.fish`): \fish{cli-dark}