aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-05-23 04:23:52 +0300
committerBen Hilburn <bhilburn@gmail.com>2017-05-23 04:23:52 +0300
commit325e01b9f265e78c8c88ad88bc6342aa07302dcc (patch)
tree87b03e9c9a1191de6b1c5472bee092ba8441aaa9 /README.md
parenta7409272ac215a4cdb9b8ac17fe78b521306c383 (diff)
Updating the README to add a note about `teardown` feature.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e52bfb4..ef9c8c88 100644
--- a/README.md
+++ b/README.md
@@ -558,6 +558,21 @@ is count your source files and test files, and calculate the ratio between them.
Just enough to give you a quick overview about the test situation of the project
you are dealing with.
+### Disabling / Enabling Powerlevel9k
+
+You can disable P9k and return to a very basic prompt at any time simply by
+calling:
+
+```zsh
+$ prompt_powerlevel9k_teardown
+```
+
+You can then re-enable it by calling:
+
+```zsh
+$ prompt_powerlevel9k_setup
+```
+
### tl; dr
Want to just get a quick start? Check out the [Show Off Your