aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-03-14 22:46:18 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-03-14 22:46:18 +0300
commit7097aca6d3da58f6cc7e26ad8c01f6f34867ef96 (patch)
treee806e37cbdbd38d76c1e52448c1c03db668ad118
parent44e5b8bcc161cde396da514154a7b3749d305d21 (diff)
docs
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3a9c249..ea75c5c5 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,6 @@ enabled. This is used to trigger prompt refresh.
This is the goal. You should be able to switch between Powerlevel9k and Powerlevel10k with no
visible changes except for performance. There are, however, several differences.
- * Git prompt in Powerlevel10k doesn't show tags and revisions. Open an issue if you need them.
* By default only git vcs backend is enabled in Powerlevel10k. If you need svn and hg, you'll
need to set `POWERLEVEL9K_VCS_BACKENDS`. See [Extra configuration](#extra-configuration).
* Fewer configuration options can be changed after the theme is loaded. For example, if you
@@ -258,3 +257,7 @@ echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
### 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'`.