diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-21 01:35:45 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-21 01:35:45 +0300 |
commit | 8a759305ddd673160acdd3f5314d85054fc6f655 (patch) | |
tree | ae741d757d08f88714e321f905e53031718b6344 /README.md | |
parent | d4a0255b30f53be7fa8966b22427331ce7778e0f (diff) |
extend faq
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -30,6 +30,7 @@ it will generate the same prompt. 1. [FAQ](#faq) 1. [What is instant prompt?](#what-is-instant-prompt) 1. [Why do my icons and/or powerline symbols look bad?](#why-do-my-icons-andor-powerline-symbols-look-bad) + 1. [I'm getting "character not in range" error. What gives?](#im-getting-character-not-in-range-error-what-gives) 1. [Why is my cursor in the wrong place?](#why-is-my-cursor-in-the-wrong-place) 1. [Why is my prompt wrapping around in a weird way?](#why-is-my-prompt-wrapping-around-in-a-weird-way) 1. [Why is my right prompt in the wrong place?](#why-is-my-right-prompt-in-the-wrong-place) @@ -286,13 +287,18 @@ It's likely your font's fault. [Install the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k) and run `p10k configure`. -### Why is my cursor in the wrong place? +### I'm getting "character not in range" error. What gives? Type `echo '\u276F'`. If you get an error saying "zsh: character not in range", your locale doesn't support UTF-8. You need to fix it. If you are running zsh over SSH, see [this](https://github.com/romkatv/powerlevel10k/issues/153#issuecomment-518347833). If you are running zsh locally, Google "set UTF-8 locale in *your OS*". +### Why is my cursor in the wrong place? + +Type `echo '\u276F'`. If you get an error saying "zsh: character not in range", see the +[previous question](#im-getting-character-not-in-range-error-what-gives). + If the `echo` command prints `❯` but the cursor is still in the wrong place, install [the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k) and run `p10k configure`. |