docs: Reword the default prompt_order docs

This commit is contained in:
Matan Kushner 2019-09-13 10:24:07 -04:00
parent 8a0aa3907c
commit 8f03c14582
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 4 additions and 4 deletions

View File

@ -75,12 +75,12 @@ add_newline = false
prompt_order=["rust","line_break","package","line_break","character"] prompt_order=["rust","line_break","package","line_break","character"]
``` ```
### Default prompt order ### Default Prompt Order
The `default_prompt_order` configuration option is used to define the order in which modules are shown in the prompt, if empty or no `prompt_order` is provided. The default is as shown: The default `prompt_order` is used to define the order in which modules are shown in the prompt, if empty or no `prompt_order` is provided. The default is as shown:
``` ```toml
default_prompt_order = [ prompt_order = [
"username", "username",
"hostname", "hostname",
"directory", "directory",