diff options
author | NerdyPepper <[email protected]> | 2019-07-10 10:55:13 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-10 10:55:13 +0100 |
commit | 37dcebfe99f45e6419c551c2a08c3e1cfb6fcf6f (patch) | |
tree | 42aff7f2cb667c3d6c3e55aa106284edb89f240d | |
parent | bd8c5f6f7732f7e226bfeb4028f1096db2c6af39 (diff) |
apply @filipekiss patch
-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 | } |