From e1d8526040f9bb6b4e84059145e0548f80929165 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 16 Jul 2023 00:29:37 -0400 Subject: actually i don't care much about aws --- config/starship.toml.PL | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'config') diff --git a/config/starship.toml.PL b/config/starship.toml.PL index 52bd916..8f71dc9 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)( $python) $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)( $kubernetes)( $pulumi)( $python) $fill ($cmd_duration )($battery )$username[@](bg)$hostname [\\[](host)$time[\\]](host) $line_break\ $status [@@CHAR@@](user) """ right_format = '$character' @@ -64,11 +64,6 @@ diverged = '+$ahead_count-$behind_count' ahead = '+$count' behind = '-$count' -[aws] -format = '[$symbol$profile]($style)' -symbol = '☁️ ' -style = 'bg' - [kubernetes] disabled = false format = '[$symbol$context]($style)' -- cgit v1.2.3-54-g00ecf