mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: map posh-git segment in sidebar
This commit is contained in:
parent
1e53daa687
commit
e12c0caa1a
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: poshgit
|
id: poshgit
|
||||||
title: Posh-Git
|
title: Posh-Git
|
||||||
sidebar_label: Posh-Git
|
sidebar_label: Git (posh-git)
|
||||||
---
|
---
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
|
@ -18,6 +18,7 @@ module.exports = {
|
||||||
"executiontime",
|
"executiontime",
|
||||||
"exit",
|
"exit",
|
||||||
"git",
|
"git",
|
||||||
|
"poshgit",
|
||||||
"golang",
|
"golang",
|
||||||
"java",
|
"java",
|
||||||
"julia",
|
"julia",
|
||||||
|
@ -25,7 +26,6 @@ module.exports = {
|
||||||
"node",
|
"node",
|
||||||
"os",
|
"os",
|
||||||
"path",
|
"path",
|
||||||
"poshgit",
|
|
||||||
"python",
|
"python",
|
||||||
"root",
|
"root",
|
||||||
"ruby",
|
"ruby",
|
||||||
|
|
Loading…
Reference in a new issue