diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-03-17 02:06:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-17 02:06:47 +0300 |
commit | 5217a31b961f07f16f2da99ec91eb656335ef773 (patch) | |
tree | e580ebd940e61fffa0e70552ccf9a4d887a47d03 | |
parent | 031219bc988c6626b673ba7b232e04a1999749f5 (diff) |
docs
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -255,6 +255,9 @@ git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc ``` +If you've been using Powerlevel9k before, **do not remove the configuration options**. Powerlevel10k +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. |