diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-23 11:51:58 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-23 11:51:58 +0300 |
commit | 5ef0ec415eefbc8b4431a6e4b8e2a5e0d299176a (patch) | |
tree | 1ec8a9ddc37d2520483ef6ca9c094367f6e24c40 /README.md | |
parent | be4899346933bd03e9068b826ab83d9d66621baa (diff) |
shorten config instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,8 +92,8 @@ curl -fsSL -o ~/p10k-lean.zsh https://raw.githubusercontent.com/romkatv/powerlev echo 'source ~/p10k-lean.zsh' >>! ~/.zshrc ``` -To customize your prompt, open `~/p10k-lean.zsh` in your favorite text editor, change it and restart -ZSH. The file is well-documented. +That's it! Your have a fast and functional prompt. If you want to customize it, edit +`~/p10k-lean.zsh` and restart ZSH. ### For existing users |