From 50e75c0fe470962c50b667ce4241c851509b685c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 15 Jul 2023 22:17:02 -0400 Subject: theming tweaks --- config/starship.toml.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/starship.toml.PL b/config/starship.toml.PL index 580ee04..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 )($battery )$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' @@ -57,6 +57,7 @@ style = 'git' [git_status] format = '[$all_status$ahead_behind]($style)' +style = 'bold git' modified = '*' stashed = '' diverged = '+$ahead_count-$behind_count' -- cgit v1.2.3-54-g00ecf