From 4c2e9c3304e85640be88b649789ea09a1ea805fc Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 12 Aug 2019 00:46:12 -0400 Subject: [PATCH] fix: Move the battery to the newline before character (#139) --- src/print.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.rs b/src/print.rs index c3d46f5d..400020ba 100644 --- a/src/print.rs +++ b/src/print.rs @@ -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", ];