fix sphinx warning

[ci skip]
This commit is contained in:
Johannes Altmanninger 2020-01-08 09:38:54 +01:00
parent 992c864f26
commit d8e93a5956

View File

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