mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 20:27:28 -08:00
docs(faq): adds comment about slow git in local repo
This commit is contained in:
parent
6217eb0ec5
commit
1df6e09f4a
|
@ -56,6 +56,8 @@ Whenever there's a segment that spikes, see if there might be updates to the und
|
|||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
If only your Git repo paths are slow, then try running [`git gc`][git-gc] to clean up and optimize the local repository.
|
||||
|
||||
If nothing seems to resolve the issue, feel free to [create an issue][new-issue].
|
||||
|
||||
### Windows Terminal: Unexpected space between segments/text
|
||||
|
@ -178,6 +180,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
|
|||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
[git-gc]: https://git-scm.com/docs/git-gc
|
||||
[new-issue]: https://github.com/JanDeDobbeleer/oh-my-posh/issues/new/choose
|
||||
[latest]: https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest
|
||||
[wt-glyph]: https://github.com/microsoft/terminal/issues/3546
|
||||
|
|
Loading…
Reference in a new issue