-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zzshell.omp.json
83 lines (83 loc) · 1.98 KB
/
.zzshell.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
77
78
79
80
81
82
83
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#767676",
"properties": {
"display_host": true,
"prefix": "",
"user_info_separator": "@"
},
"style": "plain",
"type": "session"
},
{
"foreground": "#62ED8B",
"properties": {
"prefix": "",
"error_color": "#F9F1A5",
"always_numeric": true
},
"style": "plain",
"type": "exit"
},
{
"foreground": "#ffffff",
"background": "#E74856",
"properties": {
"prefix": "",
"postfix": "",
"template": "{{if .Root}}#{{end}}"
},
"style": "plain",
"type": "session"
},
{
"properties": {
"prefix": "",
"postfix": "",
"template": "{{if .Root}} {{end}}"
},
"style": "plain",
"type": "session"
},
{
"foreground": "#62ED8B",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"prefix": ">",
"error_color": "#E74856"
},
"style": "plain",
"type": "exit"
},
{
"foreground": "#56B6C2",
"properties": {
"prefix": "",
"style": "folder"
},
"style": "plain",
"type": "path"
},
{
"foreground": "#D4AAFC",
"properties": {
"branch_icon": "",
"display_status": false,
"postfix": "<#DDB15F>)</> ",
"prefix": "<#DDB15F>git(</>"
},
"style": "plain",
"type": "git"
}
],
"type": "prompt"
}
],
"final_space": false
}