aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 3af9f13..65ec7ca 100644
--- a/readme.md
+++ b/readme.md
@@ -24,8 +24,8 @@ make sure to add `$HOME/.cargo/bin` to your `$PATH`!
24 24
25 - bash users, set your `PS1`: 25 - bash users, set your `PS1`:
26```shell 26```shell
27PS1="$(pista)" # regular variant 27PS1='$(pista)' # regular variant
28PS1="$(pista -m)" # minimal variant 28PS1='$(pista -m)' # minimal variant
29``` 29```
30 30
31 - zsh users, add this to your `.zshrc`: 31 - zsh users, add this to your `.zshrc`: