1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
diff --git a/apps/nogui/ohmyposh/config.json b/apps/nogui/ohmyposh/config.json
index 3ce79215fa40369d83026d47a29143e75f90b386..d5387c50c87bcd8e8e8482c6a1d51be315696120 100644
--- a/apps/nogui/ohmyposh/config.json
+++ b/apps/nogui/ohmyposh/config.json
@@ -60,17 +60,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": [
"{{ if gt .Code 0 }}p:red{{ end }}"
@@ -89,7 +78,7 @@ ],
"type": "prompt"
}
],
- "console_title_template": "{{ .Shell }} in {{ .Folder }}",
+ "console_title_template": "{{ .Folder }}",
"final_space": true,
"palette": {
"black": "#1E1E1E",
|