mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
prompt: Add basic troubleshooting information for fonts
This is related to #1495 and a number of other issues which have been filed about font issues.
This commit is contained in:
parent
109864429c
commit
cbcbedd694
@ -130,6 +130,18 @@ function prompt_name_precmd {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Troubleshooting
|
||||||
|
---------------
|
||||||
|
|
||||||
|
### Fonts aren't displaying properly.
|
||||||
|
|
||||||
|
On most systems, themes which use special characters need to have a patched font
|
||||||
|
installed and configured properly.
|
||||||
|
|
||||||
|
Powerline provides some information on [terminal support][4] and [how to install
|
||||||
|
patched fonts][5] which should fix most font issues.
|
||||||
|
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
@ -140,3 +152,5 @@ Authors
|
|||||||
[1]: http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Prompt-Themes
|
[1]: http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Prompt-Themes
|
||||||
[2]: http://zsh.sourceforge.net/Doc/Release/Functions.html#Hook-Functions
|
[2]: http://zsh.sourceforge.net/Doc/Release/Functions.html#Hook-Functions
|
||||||
[3]: https://github.com/sorin-ionescu/prezto/issues
|
[3]: https://github.com/sorin-ionescu/prezto/issues
|
||||||
|
[4]: http://powerline.readthedocs.io/en/master/usage.html#terminal-emulator-requirements
|
||||||
|
[5]: http://powerline.readthedocs.io/en/latest/installation.html#fonts-installation
|
||||||
|
Loading…
Reference in New Issue
Block a user