mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
docs/prompt: Add funcsave/funced
This commit is contained in:
parent
f9635b1a04
commit
8092af9c45
1 changed files with 7 additions and 0 deletions
|
@ -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?
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue