From d559a99341d8854ced9a7c548157565a5e85a2de Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 15 Jul 2023 22:35:04 -0400 Subject: restore space that was actually correct, there's just a bug in the battery module --- config/starship.toml.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/starship.toml.PL b/config/starship.toml.PL index 465fc1d..0b55697 100644 --- a/config/starship.toml.PL +++ b/config/starship.toml.PL @@ -21,7 +21,7 @@ while () { __DATA__ format = """ - [\\(](host)$directory([|](host)$git_branch$git_commit$git_status([|](host)$git_state))[\\)](host)( $aws)( $kubernetes)( $pulumi) $fill ($cmd_duration )([{](host)$battery[}](host) )$username[@](bg)$hostname [\\[](host)$time[\\]](host)$line_break\ + [\\(](host)$directory([|](host)$git_branch$git_commit$git_status([|](host)$git_state))[\\)](host)( $aws)( $kubernetes)( $pulumi) $fill ($cmd_duration )([{](host)$battery[}](host) )$username[@](bg)$hostname [\\[](host)$time[\\]](host) $line_break\ $status [@@CHAR@@](user) """ right_format = '$character' -- cgit v1.2.3-54-g00ecf