1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-28 06:00:54 +00:00

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

View File

@ -75,12 +75,12 @@ add_newline = false
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:
```
default_prompt_order = [
```toml
prompt_order = [
"username",
"hostname",
"directory",