-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathxtoys.omp.json
More file actions
54 lines (54 loc) · 1.33 KB
/
xtoys.omp.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#CECE04",
"style": "plain",
"template": "# ",
"type": "root"
},
{
"style": "plain",
"template": "{{ .UserName }}@{{ .HostName }} ",
"type": "session"
},
{
"foreground": "#7B68EE",
"options": {
"style": "agnoster_short"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"foreground": "#48D1CC",
"options": {
"branch_icon": "",
"fetch_upstream_icon": false
},
"style": "plain",
"template": "HEAD:{{ .UpstreamIcon }}{{ .HEAD }} ",
"type": "git"
},
{
"foreground": "#7FFFD4",
"foreground_templates": [
"{{ if gt .Code 0 }}#E84855{{ end }}"
],
"options": {
"always_enabled": true
},
"style": "plain",
"template": "<#66CDAA>\u276f</><#76EEC6>\u276f</><foreground>\u276f</> ",
"type": "status"
}
],
"type": "prompt"
}
],
"version": 4
}