mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs(faq): fix inconsistent linking style
This commit is contained in:
parent
6253753fee
commit
60602d894f
|
@ -181,14 +181,17 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
### Text decoration styles like bold and dimmed don't work
|
### Text decoration styles like bold and dimmed don't work
|
||||||
The text decoration styles are based on your terminal's capabilities.
|
The text decoration styles are based on your terminal emulator's capabilities.
|
||||||
|
|
||||||
A quick way to check if your terminal supports a specific style escape sequence is to take a look at the `terminfo` database, on Linux.
|
A quick way to check if your terminal supports a specific style escape sequence is to take a look at the `terminfo` database, on Linux.
|
||||||
Refer [this page on ArchWiki](https://wiki.archlinux.org/title/Bash/Prompt_customization#Terminfo_escape_sequences).
|
Refer [this page on ArchWiki][arch-terminfo].
|
||||||
|
|
||||||
If you are on Windows, use Windows Terminal. It closely copies the `xterm-256color` capabilities.
|
If you are on Windows, use Windows Terminal. It closely copies the `xterm-256color` capabilities.
|
||||||
See the [PowerShell docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_ansi_terminals?view=powershell-7.2) and [this GitHub comment](https://github.com/microsoft/terminal/issues/6045#issuecomment-631743728).
|
See the [PowerShell docs on terminal support][ps-ansi-docs] and [this GitHub comment][xterm-gh-comment].
|
||||||
|
|
||||||
|
[arch-terminfo]: https://wiki.archlinux.org/title/Bash/Prompt_customization#Terminfo_escape_sequences
|
||||||
|
[ps-ansi-docs]: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_ansi_terminals?view=powershell-7.2
|
||||||
|
[xterm-gh-comment]: https://github.com/microsoft/terminal/issues/6045#issuecomment-631743728
|
||||||
[git-gc]: https://git-scm.com/docs/git-gc
|
[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
|
||||||
|
|
Loading…
Reference in a new issue