1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-27 20:59:02 +00:00

docs: Fix default order in docs (#376)

This commit is contained in:
Nikodem Rabuliński 2019-09-15 20:57:30 +02:00 committed by Matan Kushner
parent af6ba3e502
commit 8014e9276e

View File

@ -97,8 +97,8 @@ prompt_order = [
"cmd_duration",
"line_break",
"jobs",
"time",
"battery",
"time",
"character",
]
```