Skip to content

Commit 8fc9f48

Browse files
Auto update of ohmyposh.json from version 3 to 4
1 parent fd64de3 commit 8fc9f48

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

ohmyposh.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
{
88
"background": "#003543",
99
"foreground": "#fff",
10-
"powerline_symbol": "\ue0b0",
11-
"properties": {
10+
"options": {
1211
"windows": "\uf179"
1312
},
13+
"powerline_symbol": "\ue0b0",
1414
"style": "powerline",
1515
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}",
1616
"type": "os"
1717
},
1818
{
1919
"background": "#003543",
2020
"foreground": "#fff",
21-
"powerline_symbol": "\ue0b0",
22-
"properties": {
21+
"options": {
2322
"windows": "\uf179"
2423
},
24+
"powerline_symbol": "\ue0b0",
2525
"style": "powerline",
2626
"template": " {{ .CurrentDate | date .Format }}",
2727
"type": "time"
2828
},
2929
{
3030
"background": "#0087D8",
3131
"foreground": "#fff",
32-
"powerline_symbol": "\ue0b0",
33-
"properties": {
32+
"options": {
3433
"folder_separator_icon": "/",
3534
"style": "full"
3635
},
36+
"powerline_symbol": "\ue0b0",
3737
"style": "powerline",
3838
"template": " \ue5ff {{ .Path }} ",
3939
"type": "path"
@@ -47,25 +47,25 @@
4747
"{{ if gt .Ahead 0 }}#000002{{ end }}",
4848
"{{ if gt .Behind 0 }}#89d1dc{{ end }}"
4949
],
50-
"powerline_symbol": "\ue0b0",
51-
"properties": {
50+
"options": {
5251
"fetch_stash_count": true,
5352
"fetch_status": true,
5453
"fetch_upstream_icon": true
5554
},
55+
"powerline_symbol": "\ue0b0",
5656
"style": "powerline",
5757
"template": " {{ .HEAD }} {{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0}}\udb80\udd93 {{ .StashCount }}{{ end }}{{ if gt .WorktreeCount 0}} \uf1bb {{ .WorktreeCount }}{{ end }} ",
5858
"type": "git"
5959
},
6060
{
6161
"background": "#0087D8",
6262
"foreground": "#003544",
63-
"powerline_symbol": "\ue0b0",
64-
"properties": {
63+
"options": {
6564
"display_mode": "context",
6665
"fetch_version": false,
6766
"fetch_virtual_env": true
6867
},
68+
"powerline_symbol": "\ue0b0",
6969
"style": "powerline",
7070
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ",
7171
"type": "python"
@@ -76,10 +76,10 @@
7676
"{{ if gt .Code 0 }}#f1184c{{ end }}"
7777
],
7878
"foreground": "#242424",
79-
"powerline_symbol": "\ue0b0",
80-
"properties": {
79+
"options": {
8180
"always_enabled": true
8281
},
82+
"powerline_symbol": "\ue0b0",
8383
"style": "powerline",
8484
"template": " \udb81\udf8f ",
8585
"type": "exit"
@@ -93,7 +93,7 @@
9393
"segments": [
9494
{
9595
"foreground": "#FFD700",
96-
"properties": {
96+
"options": {
9797
"root_icon": "#"
9898
},
9999
"style": "plain",
@@ -112,5 +112,5 @@
112112
],
113113
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
114114
"final_space": true,
115-
"version": 3
115+
"version": 4
116116
}

0 commit comments

Comments
 (0)