diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-18 20:25:42 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-18 20:25:42 +0300 |
commit | b55cf134d6d21cc7902b8c3bb53b959169e25573 (patch) | |
tree | e20ea1b9ab306c28588dc1a57869b6cbe3811cd3 /README.md | |
parent | 01f151fa1f8af794412e761b47e1f6b1d31cb1d3 (diff) |
remove no longer relevant item from faq
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -29,7 +29,6 @@ It's simply faster. 4. [Is there an AUR package for Powerlevel10k?](#is-there-an-aur-package-for-powerlevel10k) 5. [How do I use Powerlevel10k with zplug, prezto, oh-my-zsh, antigen, somethingelse?](#how-do-i-use-powerlevel10k-with-zplug-prezto-oh-my-zsh-antigen-somethingelse) 6. [What is the minimum supported zsh version?](#what-is-the-minimum-supported-zsh-version) - 7. [Why am I seeing \uNNNN in my prompt instead of icons?](#why-am-i-seeing-unnnn-in-my-prompt-instead-of-icons) ## Installation and configuration @@ -261,7 +260,3 @@ will pick them up and provide you with the same prompt UI you are used to. ### What is the minimum supported zsh version? Anything below 5.2 definitely won't work. 5.4 definitely will. - -### Why am I seeing \uNNNN in my prompt instead of icons? - -Use `$'\uNNN'` instead of `'\uNNN'`. |