aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/fish_prompt.txt
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-19 13:41:23 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:26 +0100
commit137abd0cfaa8959224f88a4ebe9584a51468cc88 (patch)
treec396f760a1e309b5a837359e65c57c4555534d49 /doc_src/fish_prompt.txt
parentd7308fecbe573aad91fc6f1377c1ed2df735f6fd (diff)
Make line length, wrapping and spacing consistent
Diffstat (limited to 'doc_src/fish_prompt.txt')
-rw-r--r--doc_src/fish_prompt.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc_src/fish_prompt.txt b/doc_src/fish_prompt.txt
index 57cc5c24..1beb5304 100644
--- a/doc_src/fish_prompt.txt
+++ b/doc_src/fish_prompt.txt
@@ -7,17 +7,14 @@ function fish_prompt
end
\endfish
-
\subsection fish_prompt-description Description
-By defining the `fish_prompt` function, the user can choose a custom
-prompt. The `fish_prompt` function is executed when the prompt is to
-be shown, and the output is used as a prompt.
+By defining the `fish_prompt` function, the user can choose a custom prompt. The `fish_prompt` function is executed when the prompt is to be shown, and the output is used as a prompt.
The exit status of commands within `fish_prompt` will not modify the value of <a href="index.html#variables-status">$status</a> outside of the `fish_prompt` function.
-`fish` ships with a number of example prompts that can be chosen with the
-`fish_config` command.
+`fish` ships with a number of example prompts that can be chosen with the `fish_config` command.
+
\subsection fish_prompt-example Example