mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
7537f6dc70
Segment displays the current Kubernetes context name when available.
43 lines
752 B
JavaScript
43 lines
752 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: "category",
|
|
label: "Getting Started",
|
|
items: ["introduction", "upgrading", "installation", "configure"],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Packages",
|
|
items: ["powershell"],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Segments",
|
|
items: [
|
|
"az",
|
|
"battery",
|
|
"command",
|
|
"environment",
|
|
"exit",
|
|
"git",
|
|
"kubectl",
|
|
"node",
|
|
"os",
|
|
"path",
|
|
"python",
|
|
"root",
|
|
"session",
|
|
"shell",
|
|
"spotify",
|
|
"text",
|
|
"time",
|
|
]
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Contributing",
|
|
items: ["contributing-segment"],
|
|
},
|
|
],
|
|
};
|