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