aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2022-01-01 09:52:01 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2022-01-01 09:52:01 +0300
commitab321a2a03388272cbf00fb6eda52e1cee87a02c (patch)
treee25c21cbf15cedad05a47fb6828fee055e868954
parentd99df7d12dc6ceeb3c92c35e25b38dd0d86853ca (diff)
docs: clean up puTTY font instructions
-rw-r--r--README.md4
-rw-r--r--font.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 73d7bcb2..ae57d0f5 100644
--- a/README.md
+++ b/README.md
@@ -662,8 +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`
+ - **puTTY**: Set *Window* → *Appearance* → *Font* to `MesloLGS NF`. Requires puTTY
+ version >= 0.75.
- **WezTerm**: Create or open `$HOME/.config/wezterm/wezterm.lua` and add the following:
```lua
local wezterm = require 'wezterm';
diff --git a/font.md b/font.md
index 20a1bb99..d63597da 100644
--- a/font.md
+++ b/font.md
@@ -94,6 +94,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**: Set *Window* → *Appearance* → *Font* to `MesloLGS NF`. Requires puTTY
+ version >= 0.75.
- **WezTerm**: Create or open `$HOME/.config/wezterm/wezterm.lua` and add the following:
```lua
local wezterm = require 'wezterm';