-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathnordtron.omp.json
More file actions
82 lines (82 loc) · 2.21 KB
/
nordtron.omp.json
File metadata and controls
82 lines (82 loc) · 2.21 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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#88c0d0",
"style": "plain",
"template": "<#5e81ac>\u250f[</>{{ .UserName }}<#5e81ac>]</>",
"type": "session"
},
{
"foreground": "#b48ead",
"options": {
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "plain",
"template": "<#5e81ac>--[</>{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#8fbcbb> \u25cf </>{{ end }}{{ if .Staging.Changed }}<#88c0d0> \u25cf </>{{ end }}<#5e81ac>]</>",
"type": "git"
},
{
"foreground": "#b48ead",
"style": "plain",
"template": "<#5e81ac>--[</>{{.Profile}}{{if .Region}}@{{.Region}}{{end}}<#5e81ac>]</>",
"type": "aws"
},
{
"foreground": "#b48ead",
"style": "plain",
"template": "<#5e81ac>--[</>{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}<#5e81ac>]</>",
"type": "kubectl"
},
{
"foreground": "#d8dee9",
"style": "plain",
"template": "<#5e81ac>[</>\uf0e7<#5e81ac>]</>",
"type": "root"
},
{
"foreground": "#d8dee9",
"style": "plain",
"template": "<#5e81ac>[x</>{{ reason .Code }}<#5e81ac>]</>",
"type": "status"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#88c0d0",
"options": {
"style": "full"
},
"style": "plain",
"template": "<#5e81ac>\u2516[</>{{ .Path }}<#5e81ac>]</>",
"type": "path"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#5e81ac",
"style": "plain",
"template": " \ue602 ",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 4
}