fix(poshgit): remove all references

This commit is contained in:
Jan De Dobbeleer 2022-09-23 08:05:06 +02:00 committed by Jan De Dobbeleer
parent 1d244debed
commit b87a7f7da2
4 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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",

View file

@ -255,7 +255,6 @@
"path", "path",
"perl", "perl",
"python", "python",
"poshgit",
"php", "php",
"plastic", "plastic",
"project", "project",

View file

@ -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