mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 18:41:52 -08:00
fix(poshgit): remove all references
This commit is contained in:
parent
1d244debed
commit
b87a7f7da2
|
@ -156,8 +156,6 @@ const (
|
|||
PHP SegmentType = "php"
|
||||
// PLASTIC represents the plastic scm status and information
|
||||
PLASTIC SegmentType = "plastic"
|
||||
// POSHGIT writes the posh git prompt
|
||||
POSHGIT SegmentType = "poshgit"
|
||||
// Project version
|
||||
PROJECT SegmentType = "project"
|
||||
// PYTHON writes the virtual env name
|
||||
|
|
|
@ -46,8 +46,7 @@
|
|||
"background": "#292929",
|
||||
"foreground": "#D4E157",
|
||||
"style": "plain",
|
||||
"template": "<#fb7e14>\ue0b1 </>{{ .Status }} ",
|
||||
"type": "poshgit"
|
||||
"type": "git"
|
||||
},
|
||||
{
|
||||
"background": "#292929",
|
||||
|
@ -132,4 +131,4 @@
|
|||
],
|
||||
"final_space": true,
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
|
|
@ -255,7 +255,6 @@
|
|||
"path",
|
||||
"perl",
|
||||
"python",
|
||||
"poshgit",
|
||||
"php",
|
||||
"plastic",
|
||||
"project",
|
||||
|
|
|
@ -147,7 +147,7 @@ Local changes use the following syntax:
|
|||
| `-` | deleted |
|
||||
| `?` | untracked |
|
||||
|
||||
[poshgit]: /docs/segments/poshgit
|
||||
[poshgit]: https://github.com/dahlbyk/posh-git
|
||||
[templates]: /docs/configuration/templates
|
||||
[hyperlinks]: /docs/configuration/templates#helper-functions
|
||||
[untracked]: https://git-scm.com/docs/git-status#Documentation/git-status.txt---untracked-filesltmodegt
|
||||
|
|
Loading…
Reference in a new issue