aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Wilson <[email protected]>2019-06-03 23:42:53 +0100
committerLeo Wilson <[email protected]>2019-06-03 23:42:53 +0100
commit2254486ed4c6a16ec90df33af561d137439b79ef (patch)
treecee233f70a70c72cf52f88721a4a21787057d9d0
parent5d45086eb7069057a1b7e9a89aca5fed9e537dfa (diff)
Update docs
-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```