mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
docs(git): delete fetch_stash_count option
This commit is contained in:
parent
5493ddb640
commit
6386e46915
|
@ -54,7 +54,6 @@ import Config from "@site/src/components/Config.js";
|
|||
"{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}",
|
||||
properties: {
|
||||
fetch_status: true,
|
||||
fetch_stash_count: true,
|
||||
fetch_upstream_icon: true,
|
||||
untracked_modes: {
|
||||
"/Users/user/Projects/oh-my-posh/": "no",
|
||||
|
|
Loading…
Reference in a new issue