oh-my-posh update

This commit is contained in:
foglar 2024-11-20 17:54:17 +01:00
parent bd60a0f2ee
commit 5019c4b737

View File

@ -37,6 +37,12 @@
"background" = "transparent";
"template" = "{{if eq .Type \"impure\" }}[󱄅 nix-shell]{{ end }}";
}
{
"type" = "text";
"style" = "plain";
"foreground" = "yellow";
"template" = "{{ if .Env.CONTAINER_ID }}-[󰡨 {{ .Env.CONTAINER_ID }}]-{{ end }}";
}
{
"type" = "python";
"foreground" = "yellow";