File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff 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 = []
197195detect_files = []
198196format = " [[( ${symbol} ${version}( \\ (${virtualenv}\\ )) )](fg:color_fg0 bg:color_blue)](${style})"
199197
200- [docker_context ]
201- symbol = " "
198+ [aws ]
199+ symbol = " "
202200style = " 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 ]
214204disabled = false
You can’t perform that action at this time.
0 commit comments