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\
$env_var\
$crystal\
$cmd_duration\
$custom\
$cmd_duration\
$line_break\
$lua\
$jobs\

View File

@ -60,8 +60,8 @@ pub const PROMPT_ORDER: &[&str] = &[
"openstack",
"env_var",
"crystal",
"cmd_duration",
"custom",
"cmd_duration",
"line_break",
"jobs",
#[cfg(feature = "battery")]