oh-my-posh update
This commit is contained in:
parent
bd60a0f2ee
commit
5019c4b737
@ -37,6 +37,12 @@
|
|||||||
"background" = "transparent";
|
"background" = "transparent";
|
||||||
"template" = "{{if eq .Type \"impure\" }}[ nix-shell]{{ end }}";
|
"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";
|
"type" = "python";
|
||||||
"foreground" = "yellow";
|
"foreground" = "yellow";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user