forked from JanDeDobbeleer/oh-my-posh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdarkblood.omp.json
53 lines (53 loc) · 1.28 KB
/
darkblood.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>\u250f[</>{{ .UserName }}<#CB4B16>]</>",
"type": "session"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>[</>{{ .HEAD }}<#CB4B16>]</>",
"type": "git"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>[</>\uf0e7<#CB4B16>]</>",
"type": "root"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>[x</>{{ .Meaning }}<#CB4B16>]</>",
"type": "exit"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ffffff",
"properties": {
"style": "full"
},
"style": "plain",
"template": "<#CB4B16>\u2516[</>{{ .Path }}<#CB4B16>]></>",
"type": "path"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}