1
0
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:
quentm74 2020-12-05 19:57:22 +01:00 committed by GitHub
parent fa4553d077
commit 2e763b5e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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\

View File

@ -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")]