From 964e9f5327180a8b3f32453953e6d7a7f45bc1b7 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 6 Sep 2023 15:30:43 -0500 Subject: [PATCH] chore: update omp Signed-off-by: jolheiser --- apps/nogui/ohmyposh/config.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/apps/nogui/ohmyposh/config.json b/apps/nogui/ohmyposh/config.json index 3ce7921..d5387c5 100644 --- a/apps/nogui/ohmyposh/config.json +++ b/apps/nogui/ohmyposh/config.json @@ -59,17 +59,6 @@ "template": " {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ", "type": "git" }, - { - "background": "p:yellow", - "foreground": "p:black", - "powerline_symbol": "\ue0b0", - "properties": { - "root_icon": "\uf0ad" - }, - "style": "powerline", - "template": " \uf0e7 ", - "type": "root" - }, { "background": "p:blue", "background_templates": [ @@ -89,7 +78,7 @@ "type": "prompt" } ], - "console_title_template": "{{ .Shell }} in {{ .Folder }}", + "console_title_template": "{{ .Folder }}", "final_space": true, "palette": { "black": "#1E1E1E",