Skip to content

Commit bda1bdc

Browse files
committed
🚀 starship aws
1 parent 6307b04 commit bda1bdc

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

tools/starship/starship.toml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ ${kotlin}\
2424
${haskell}\
2525
${python}\
2626
[](fg:color_blue bg:color_bg3)\
27-
${docker_context}\
28-
${conda}\
29-
${pixi}\
27+
${aws}\
3028
[ ](fg:color_bg3)\
3129
${fill}\
3230
[](color_bg3)\
@@ -197,18 +195,10 @@ detect_extensions = []
197195
detect_files = []
198196
format = "[[( ${symbol} ${version}( \\(${virtualenv}\\)) )](fg:color_fg0 bg:color_blue)](${style})"
199197

200-
[docker_context]
201-
symbol = ""
198+
[aws]
199+
symbol = ""
202200
style = "bg:color_bg3"
203-
format = "[[ ${symbol}( ${context}) ](fg:#83a598 bg:color_bg3)](${style})"
204-
205-
[conda]
206-
style = "bg:color_bg3"
207-
format = "[[ ${symbol}( ${environment}) ](fg:#83a598 bg:color_bg3)](${style})"
208-
209-
[pixi]
210-
style = "bg:color_bg3"
211-
format = "[[ ${symbol}( ${version})( ${environment}) ](fg:color_fg0 bg:color_bg3)](${style})"
201+
format = "[[( ${symbol} ${profile} )](fg:color_fg0 bg:color_bg3)](${style})"
212202

213203
[line_break]
214204
disabled = false

0 commit comments

Comments
 (0)