diff --git a/atomicBit.toml b/atomicBit.toml index b12748c..e6849ef 100644 --- a/atomicBit.toml +++ b/atomicBit.toml @@ -1,3 +1,4 @@ + "$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" version = 3 @@ -181,3 +182,12 @@ type = "prompt" [blocks.segments.properties] always_enabled = true + +[transient_prompt] +foreground_templates = [ + "{{if gt .Code 0}}red{{end}}", + "{{if eq .Code 0}}green{{end}}", +] +background = 'transparent' +template = '❯ ' + always_enabled = true