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\
|
$openstack\
|
||||||
$env_var\
|
$env_var\
|
||||||
$crystal\
|
$crystal\
|
||||||
$cmd_duration\
|
|
||||||
$custom\
|
$custom\
|
||||||
|
$cmd_duration\
|
||||||
$line_break\
|
$line_break\
|
||||||
$lua\
|
$lua\
|
||||||
$jobs\
|
$jobs\
|
||||||
|
@ -60,8 +60,8 @@ pub const PROMPT_ORDER: &[&str] = &[
|
|||||||
"openstack",
|
"openstack",
|
||||||
"env_var",
|
"env_var",
|
||||||
"crystal",
|
"crystal",
|
||||||
"cmd_duration",
|
|
||||||
"custom",
|
"custom",
|
||||||
|
"cmd_duration",
|
||||||
"line_break",
|
"line_break",
|
||||||
"jobs",
|
"jobs",
|
||||||
#[cfg(feature = "battery")]
|
#[cfg(feature = "battery")]
|
||||||
|
Loading…
Reference in New Issue
Block a user