mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-16 01:57:07 +00:00
fix: Move the battery to the newline before character (#139)
This commit is contained in:
parent
3669e389b6
commit
4c2e9c3304
@ -8,7 +8,6 @@ use crate::module::Module;
|
||||
use crate::modules;
|
||||
|
||||
const PROMPT_ORDER: &[&str] = &[
|
||||
"battery",
|
||||
"username",
|
||||
"directory",
|
||||
"git_branch",
|
||||
@ -20,6 +19,7 @@ const PROMPT_ORDER: &[&str] = &[
|
||||
"go",
|
||||
"cmd_duration",
|
||||
"line_break",
|
||||
"battery",
|
||||
"character",
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user