From d8e93a5956bd69fc84ffe79672d10ca580cebd81 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Wed, 8 Jan 2020 09:38:54 +0100 Subject: [PATCH] fix sphinx warning [ci skip] --- sphinx_doc_src/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/faq.rst b/sphinx_doc_src/faq.rst index dd1eb5c2e..454dd2514 100644 --- a/sphinx_doc_src/faq.rst +++ b/sphinx_doc_src/faq.rst @@ -14,7 +14,7 @@ Since fish 3.1 you can set an environment variable for just one command using th begin; set -lx key value; echo $key; end How do I run a command every login? What's fish's equivalent to .bashrc or .profile? ------------------------------------------------------------------------- +------------------------------------------------------------------------------------ Edit the file ``~/.config/fish/config.fish``, creating it if it does not exist (Note the leading period).