diff options
author | Leo Wilson <[email protected]> | 2019-06-03 23:42:53 +0100 |
---|---|---|
committer | Leo Wilson <[email protected]> | 2019-06-03 23:42:53 +0100 |
commit | 2254486ed4c6a16ec90df33af561d137439b79ef (patch) | |
tree | cee233f70a70c72cf52f88721a4a21787057d9d0 | |
parent | 5d45086eb7069057a1b7e9a89aca5fed9e537dfa (diff) |
Update docs
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ PS1="$(pista -m)" # minimal variant | |||
32 | ```shell | 32 | ```shell |
33 | autoinit -Uz add-zsh-hook | 33 | autoinit -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 | } |
37 | add-zsh-hook precmd _pista_prompt | 37 | add-zsh-hook precmd _pista_prompt |
38 | ``` | 38 | ``` |