mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -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>
|
</TabItem>
|
||||||
</Tabs>
|
</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].
|
If nothing seems to resolve the issue, feel free to [create an issue][new-issue].
|
||||||
|
|
||||||
### Windows Terminal: Unexpected space between segments/text
|
### Windows Terminal: Unexpected space between segments/text
|
||||||
|
@ -178,6 +180,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
[git-gc]: https://git-scm.com/docs/git-gc
|
||||||
[new-issue]: https://github.com/JanDeDobbeleer/oh-my-posh/issues/new/choose
|
[new-issue]: https://github.com/JanDeDobbeleer/oh-my-posh/issues/new/choose
|
||||||
[latest]: https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest
|
[latest]: https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest
|
||||||
[wt-glyph]: https://github.com/microsoft/terminal/issues/3546
|
[wt-glyph]: https://github.com/microsoft/terminal/issues/3546
|
||||||
|
|
Loading…
Reference in a new issue