-
Notifications
You must be signed in to change notification settings - Fork 0
/
oh-my-posh.json
45 lines (45 loc) · 1019 Bytes
/
oh-my-posh.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#308898",
"style": "plain",
"template": "{{ .UserName }} ",
"type": "session"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "in ",
"type": "text"
},
{
"foreground": "#0d65ae",
"properties": {
"style": "full"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"type": "nix-shell",
"style": "plain",
"foreground": "blue",
"template": "{{ if .IsActive }}(nix-{{ .Type }}){{ end }}"
},
{
"foreground": "#00d7d7",
"style": "plain",
"template": "❅ ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 2
}