mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 10:31:20 -08:00
theme: update markbull
1. Add hyperlink in "path" segment 2. Fix display error in "exit" segment
This commit is contained in:
parent
4b40282140
commit
8f72c37e91
|
@ -39,7 +39,7 @@
|
|||
"powerline_symbol": "\ue0b0",
|
||||
"properties": {
|
||||
"style": "full",
|
||||
"template": " {{ .Path }} "
|
||||
"template": "{{ path .Path .Location }} "
|
||||
},
|
||||
"style": "powerline",
|
||||
"type": "path"
|
||||
|
@ -90,7 +90,7 @@
|
|||
"foreground": "#fffef9",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"properties": {
|
||||
"template": " \uf12a >>{{ .Text }} "
|
||||
"template": " \uf12a >>{{ .Meaning }} "
|
||||
},
|
||||
"style": "powerline",
|
||||
"type": "exit"
|
||||
|
@ -113,7 +113,7 @@
|
|||
{
|
||||
"foreground": "#ffffff",
|
||||
"properties": {
|
||||
"template": "<b>$</b>"
|
||||
"template": " $"
|
||||
},
|
||||
"style": "plain",
|
||||
"type": "text"
|
||||
|
|
Loading…
Reference in a new issue