aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 23fa19f..0540fae 100644
--- a/readme.md
+++ b/readme.md
@@ -32,7 +32,7 @@ PS1="$(pista -m)" # minimal variant
32```shell 32```shell
33autoinit -Uz add-zsh-hook 33autoinit -Uz add-zsh-hook
34_pista_prompt() { 34_pista_prompt() {
35 PROMPT=$("pista") # `pista -m` for the miminal variant 35 PROMPT=$("pista -z") # `pista -zm` for the miminal variant
36} 36}
37add-zsh-hook precmd _pista_prompt 37add-zsh-hook precmd _pista_prompt
38``` 38```