aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-10 06:05:57 +0100
committerNerdyPepper <[email protected]>2019-07-10 06:05:57 +0100
commitbd8c5f6f7732f7e226bfeb4028f1096db2c6af39 (patch)
tree11a4a4e63604407a6f1b496be2d002d4b4fcd8dd
parent2bc71be04624cf87ca8a9bc9920de3b7859f1bff (diff)
fix installation instructions
-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`: