aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-10 10:55:13 +0100
committerNerdyPepper <[email protected]>2019-07-10 10:55:13 +0100
commit37dcebfe99f45e6419c551c2a08c3e1cfb6fcf6f (patch)
tree42aff7f2cb667c3d6c3e55aa106284edb89f240d
parentbd8c5f6f7732f7e226bfeb4028f1096db2c6af39 (diff)
apply @filipekiss patch
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 65ec7ca..9dadf14 100644
--- a/readme.md
+++ b/readme.md
@@ -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
33autoinit -Uz add-zsh-hook 33autoload -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}