summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/starship.toml.PL7
1 files changed, 1 insertions, 6 deletions
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>) {
__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)'