-
Notifications
You must be signed in to change notification settings - Fork 0
/
oh_touri_pwsh.omp.json
76 lines (75 loc) · 1.9 KB
/
oh_touri_pwsh.omp.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "session",
"style": "diamond",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff",
"background": "#486FA5",
"properties": {
"template": "{{ .UserName }}@{{.HostName}}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#A3ABBD",
"properties": {
"prefix": " \uE5FF ",
"style": "full",
"enable_hyperlink": true
}
},
{
"type": "git",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"foreground": "#ffffff",
"background": "#3F4756",
"properties": {
"fetch_upstream_icon": true,
"fetch_status": true,
"github_icon": "\ue709",
"template": "[{{.UpstreamIcon}} {{.Upstream}}]({{.UpstreamURL}})"
}
},
{
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#BB4269",
"properties": {
"threshold": 500,
"style": "austin",
"template": " <#fefefe>\ufbab</> "
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#fff",
"properties": {
"template": "\ufb0c"
}
}
]
}
]
}