Skip to content

Commit 7b8030a

Browse files
committed
polished oh-my-posh
1 parent 400e4e8 commit 7b8030a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotfiles/config/oh-my-posh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"style": "plain",
1111
"foreground": "#f3ef15",
1212
"background": "transparent",
13-
"template": "{{ if ne .Code 0 }}{{ .Code }} ⛔️{{ end }} ",
13+
"template": "{{ if ne .Code 0 }}$? {{ .Code }}{{ end }} ",
1414
"properties": {
1515
"always_enabled": false
1616
}
@@ -40,7 +40,7 @@
4040
{
4141
"foreground": "#ff94df",
4242
"properties": {
43-
"branch_icon": " <#ff94df><b>\ue0a0 </b></>",
43+
"branch_icon": "<#ff94df>\ue0a0 </>",
4444
"fetch_stash_count": true,
4545
"fetch_status": true
4646
},

0 commit comments

Comments
 (0)