-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposhconf.json
More file actions
101 lines (100 loc) · 2.34 KB
/
poshconf.json
File metadata and controls
101 lines (100 loc) · 2.34 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#000000",
"background": "transparent",
"properties": {
"prefix": "╭",
"text": "",
"postfix": ""
}
},
{
"type": "exit",
"foreground": "#D4E157",
"background": "#000000",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"properties": {
"always_enabled": true,
"always_numeric": true,
"error_color": "#ff0000",
"color_background": true,
"display_exit_code": true,
"success_icon": "\u2705",
"postfix": " \uE0B1"
}
},
{
"type": "session",
"style": "powerline",
"foreground": "#dcf11a",
"background": "#000000",
"powerline_symbol": "\uE0B0"
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#0059ff",
"properties": {
"style": "full",
"postfix": " "
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#d9e629"
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "time",
"style": "diamond",
"foreground": "#000000",
"background": "#c4c4c4",
"leading_diamond": "\uE0B2",
"properties": {
"time_format": "15:04:05"
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#000000",
"background": "transparent",
"properties": {
"prefix": "╰>>>",
"text": "",
"postfix": ""
}
}
]
}
],
"final_space": true
}