diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-09-03 10:48:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 10:48:16 +0300 |
commit | 8797ecd8e468ff8b250042dab432199438616c4d (patch) | |
tree | 1070e61e70e01815a923da32954bc8240fc09285 | |
parent | db6d36e09fbbe82ea9c9338e74d22b9faf723f3e (diff) | |
parent | 5eb555e9a436a632585cbcbd51cb4767d44e73d1 (diff) |
Merge pull request #198 from gschizas/patch-1
Fix name of old windows terminal emulator
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ applications on your system. Configure your terminal to use this font: `MesloLGS NF` under `module.exports.config`. - **Visual Studio Code**: Open *File → Preferences → Settings*, enter `terminal.integrated.fontFamily` in the search box and set value to `MesloLGS NF`. -- **Windows Command Prompt** (the old thing): Click the icon in the top left corner, then +- **Windows Console Host** (the old thing): Click the icon in the top left corner, then *Properties → Font* and set *Font* to `MesloLGS NF`. - **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set value to `MesloLGS NF` for every profile. |