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).