diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-17 10:07:44 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-17 10:07:44 +0300 |
commit | 25510ef7ad38d49c7ec95f277a5d8d663cee4a48 (patch) | |
tree | dfb1f09f93b349c3e0e6c04418e9043624445a66 | |
parent | 472f2415988fea221bf59768bcc4021142da6d66 (diff) | |
parent | 5217a31b961f07f16f2da99ec91eb656335ef773 (diff) |
Merge branch 'master' of github.com:romkatv/powerlevel10k
-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. |