aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-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}