mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
add puTTY to the install section including not about a bug in versions prior to 0.75
This commit is contained in:
parent
ed70c90c2d
commit
0d6202c077
1 changed files with 2 additions and 0 deletions
|
@ -662,6 +662,8 @@ If you are using a different terminal, proceed with manual font installation.
|
|||
font_family MesloLGS NF
|
||||
```
|
||||
Restart Kitty by closing all sessions and opening a new session.
|
||||
- **puTTY**: puTTY only works in version >= 0.75 due to a unicode display [bug](https://github.com/romkatv/powerlevel10k/issues/674#issuecomment-835416130)
|
||||
fixed in 0.75. Set Window -> Appearance -> Font to `MesloLGS NF`
|
||||
- **WezTerm**: Create or open `$HOME/.config/wezterm/wezterm.lua` and add the following:
|
||||
```lua
|
||||
local wezterm = require 'wezterm';
|
||||
|
|
Loading…
Reference in a new issue