summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-16 00:29:37 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-16 00:29:37 -0400
commite1d8526040f9bb6b4e84059145e0548f80929165 (patch)
treed5a85f3a6b09b7b96db5019c46d1f75904f8545a /config
parent5a3dce0c5c2a79625b98e67e3099dea548046bdc (diff)
downloadconf-e1d8526040f9bb6b4e84059145e0548f80929165.tar.gz
conf-e1d8526040f9bb6b4e84059145e0548f80929165.zip
actually i don't care much about aws
Diffstat (limited to 'config')
-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)'