docs/prompt: Add funcsave/funced

This commit is contained in:
Fabian Boehm 2024-09-15 09:38:55 +02:00
parent f9635b1a04
commit 8092af9c45

View file

@ -152,6 +152,13 @@ And it looks like:
after we run ``false`` (which returns 1).
Save the prompt
---------------
Once you are happy with your prompt, you can save it with ``funcsave fish_prompt`` (see :doc:`cmds/funcsave`) or write it to ~/.config/fish/functions/fish_prompt.fish yourself.
If you want to edit it again, open that file or use ``funced fish_prompt`` (see :doc:`cmds/funced`).
Where to go from here?
----------------------