mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 20:27:28 -08:00
theme: update night-owl
- add hyperlink to open folder in file explorer - add hyperlink to open remote UpStreamURL
This commit is contained in:
parent
25fa43c1d3
commit
588360cce3
|
@ -35,7 +35,7 @@
|
|||
"style": "agnoster"
|
||||
},
|
||||
"style": "powerline",
|
||||
"template": "{{ .Path }}",
|
||||
"template": "{{ path .Path .Location }}",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
|
@ -56,7 +56,7 @@
|
|||
"fetch_worktree_count": true
|
||||
},
|
||||
"style": "powerline",
|
||||
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
|
||||
"template": " {{ url .UpstreamIcon .UpstreamURL }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
|
||||
"type": "git"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue