diff options
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
27 | PS1="$(pista)" # regular variant | 27 | PS1='$(pista)' # regular variant |
28 | PS1="$(pista -m)" # minimal variant | 28 | PS1='$(pista -m)' # minimal variant |
29 | ``` | 29 | ``` |
30 | 30 | ||
31 | - zsh users, add this to your `.zshrc`: | 31 | - zsh users, add this to your `.zshrc`: |