diff options
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ PS1='$(pista -m)' # minimal variant | |||
30 | 30 | ||
31 | - zsh users, add this to your `.zshrc`: | 31 | - zsh users, add this to your `.zshrc`: |
32 | ```shell | 32 | ```shell |
33 | autoinit -Uz add-zsh-hook | 33 | autoload -Uz add-zsh-hook |
34 | _pista_prompt() { | 34 | _pista_prompt() { |
35 | PROMPT="$(pista -z)" # `pista -zm` for the miminal variant | 35 | PROMPT="$(pista -z)" # `pista -zm` for the miminal variant |
36 | } | 36 | } |