diff --git a/config/omp/own.json b/config/omp/own.json index a6a09ab..e40b6a3 100644 --- a/config/omp/own.json +++ b/config/omp/own.json @@ -1,7 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "final_space": true, - "shell_integration": true, "console_title_template": "{{.UserName}}@{{.HostName}} {{.Shell}} in {{.PWD}}", "blocks": [ { @@ -112,7 +111,9 @@ { "background": "transparent", "foreground": "lightGreen", - "foreground_templates": ["{{ if gt .Code 0 }}red{{ end }}"], + "foreground_templates": [ + "{{ if gt .Code 0 }}red{{ end }}" + ], "properties": { "always_enabled": true }, @@ -127,7 +128,9 @@ "transient_prompt": { "background": "transparent", "foreground": "lightGreen", - "foreground_templates": ["{{ if gt .Code 0 }}red{{ end }}"], + "foreground_templates": [ + "{{ if gt .Code 0 }}red{{ end }}" + ], "template": "\u279c " }, "version": 2 diff --git a/config/omp/own.toml b/config/omp/own.toml index 5ae8235..c823f90 100644 --- a/config/omp/own.toml +++ b/config/omp/own.toml @@ -1,6 +1,5 @@ "$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" final_space = true -shell_integration = true console_title_template = "{{.UserName}}@{{.HostName}} {{.Shell}} in {{.PWD}}" version = 2