From 137abd0cfaa8959224f88a4ebe9584a51468cc88 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 19 Aug 2014 13:41:23 +0100 Subject: Make line length, wrapping and spacing consistent --- doc_src/fish_prompt.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc_src/fish_prompt.txt') 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 $status 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 -- cgit v1.2.3