-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsegment.omp.json
More file actions
16 lines (16 loc) · 636 Bytes
/
segment.omp.json
File metadata and controls
16 lines (16 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"_comment": "Paste this segment object into a 'segments' array inside a block in your oh-my-posh theme file.",
"_comment2": "Requires: ai-engineering-fluency CLI installed globally (npm install -g @rajbos/ai-engineering-fluency)",
"_comment3": "The Copilot icon (\\uec1e) requires a Nerd Font. Remove it if you do not use one.",
"type": "text",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"foreground": "#ffffff",
"background": "#005ca5",
"cache": {
"duration": "5m",
"strategy": "session"
},
"template": " \uec1e {{ cmd \"ai-engineering-fluency\" \"segment\" }} "
}