mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-14 04:38:00 -08:00
docs: display_status warning in git segment doc + issue template updated
This commit is contained in:
parent
7b9693989d
commit
4c4f49a380
5
.github/ISSUE_TEMPLATE.md
vendored
5
.github/ISSUE_TEMPLATE.md
vendored
|
@ -14,6 +14,11 @@
|
||||||
- Operating System:
|
- Operating System:
|
||||||
- Shell:
|
- Shell:
|
||||||
- Terminal:
|
- Terminal:
|
||||||
|
|
||||||
|
#### Optional
|
||||||
|
|
||||||
|
- posh-git version:
|
||||||
|
- git version:
|
||||||
|
|
||||||
### Steps to Reproduce
|
### Steps to Reproduce
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,12 @@ PowerShell offers support for the `posh-git` module for autocompletion, but it i
|
||||||
To enable this, set `$env:POSH_GIT_ENABLED = $true` in your `$PROFILE`.
|
To enable this, set `$env:POSH_GIT_ENABLED = $true` in your `$PROFILE`.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
Starting from version 3.152.0, `display_status` is disabled by default.
|
||||||
|
It improves performance but reduces the quantity of information. Don't forget to enable it in your theme if needed.
|
||||||
|
An alternative is to use the [Posh-Git segment][poshgit]
|
||||||
|
:::
|
||||||
|
|
||||||
## Sample Configuration
|
## Sample Configuration
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
@ -91,3 +97,4 @@ foreground/background (see `color_background`)
|
||||||
foreground/background (see `color_background`)
|
foreground/background (see `color_background`)
|
||||||
|
|
||||||
[colors]: /docs/configure#colors
|
[colors]: /docs/configure#colors
|
||||||
|
[poshgit]: /docs/poshgit
|
||||||
|
|
Loading…
Reference in a new issue