From 1c99ef5b6eead6cec663b8ca5caab2df2000287c Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 20 May 2015 17:04:34 +0800 Subject: FAQ: shorter fish_title fix [skip ci] --- doc_src/faq.hdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src') diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr index 78b27648..23690d49 100644 --- a/doc_src/faq.hdr +++ b/doc_src/faq.hdr @@ -162,7 +162,7 @@ Quick answer: Run the following command in fish: \fish{cli-dark} -echo 'function fish_title;end' >> ~/.config/fish/config.fish +function fish_title; end; funcsave fish_title \endfish Problem solved! -- cgit v1.2.3