From 1e61e6492db879ba6c32013f901d84b067ca22eb Mon Sep 17 00:00:00 2001 From: Ethan Fredsti Date: Sun, 4 May 2025 16:05:17 -0700 Subject: [PATCH] fixed typo mentioned in issue #11454 I found the same typo mentioned in issue #11454 in this file and proposed the suggested change. --- doc_src/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/tutorial.rst b/doc_src/tutorial.rst index 9f0db94d3..043227d9b 100644 --- a/doc_src/tutorial.rst +++ b/doc_src/tutorial.rst @@ -115,7 +115,7 @@ These colors, and many more, can be changed by running ``fish_config``, or by mo For example, if you want to disable (almost) all coloring:: - fish_config theme choose none + fish_config theme choose None This picks the "none" theme. To see all themes::