From 2254486ed4c6a16ec90df33af561d137439b79ef Mon Sep 17 00:00:00 2001 From: Leo Wilson Date: Mon, 3 Jun 2019 15:42:53 -0700 Subject: Update docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```shell autoinit -Uz add-zsh-hook _pista_prompt() { - PROMPT=$("pista") # `pista -m` for the miminal variant + PROMPT=$("pista -z") # `pista -zm` for the miminal variant } add-zsh-hook precmd _pista_prompt ``` -- cgit v1.2.3