From 69f066dc1b4f8fad127fcb51f3468487751d8451 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 29 Dec 2017 12:44:09 -0800 Subject: [PATCH] Correct end tag A code block was not properly closed, causing bad graphical artifacts in the tutorial. Correct it. --- doc_src/tutorial.hdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index d10e03077..c21277813 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -585,7 +585,7 @@ To remove /usr/local/bin from `$PATH`, you can write: \fish{cli-dark} >_ set PATH (string match -v /usr/local/bin $PATH) -\end{fish} +\endfish You can do so directly in `config.fish`, like you might do in other shells with `.profile`. See [this example](#path_example).