Fix name of old windows terminal emulator

Command prompt is the shell, Console Host is the (equivalent) of xterm.
pull/198/head
George Schizas 5 years ago committed by GitHub
parent db6d36e09f
commit 5eb555e9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,7 +127,7 @@ applications on your system. Configure your terminal to use this font:
`MesloLGS NF` under `module.exports.config`. `MesloLGS NF` under `module.exports.config`.
- **Visual Studio Code**: Open *File → Preferences → Settings*, enter - **Visual Studio Code**: Open *File → Preferences → Settings*, enter
`terminal.integrated.fontFamily` in the search box and set value to `MesloLGS NF`. `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`. *Properties → Font* and set *Font* to `MesloLGS NF`.
- **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set - **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set
value to `MesloLGS NF` for every profile. value to `MesloLGS NF` for every profile.

Loading…
Cancel
Save