mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 15:56:28 +00:00
feat: Move cmd_duration after custom module (#1681)
This commit is contained in:
parent
fa4553d077
commit
2e763b5e7c
@ -226,8 +226,8 @@ $gcloud\
|
||||
$openstack\
|
||||
$env_var\
|
||||
$crystal\
|
||||
$cmd_duration\
|
||||
$custom\
|
||||
$cmd_duration\
|
||||
$line_break\
|
||||
$lua\
|
||||
$jobs\
|
||||
|
@ -60,8 +60,8 @@ pub const PROMPT_ORDER: &[&str] = &[
|
||||
"openstack",
|
||||
"env_var",
|
||||
"crystal",
|
||||
"cmd_duration",
|
||||
"custom",
|
||||
"cmd_duration",
|
||||
"line_break",
|
||||
"jobs",
|
||||
#[cfg(feature = "battery")]
|
||||
|
Loading…
Reference in New Issue
Block a user