diff options
author | NerdyPepper <[email protected]> | 2019-07-10 06:05:57 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-10 06:05:57 +0100 |
commit | bd8c5f6f7732f7e226bfeb4028f1096db2c6af39 (patch) | |
tree | 11a4a4e63604407a6f1b496be2d002d4b4fcd8dd | |
parent | 2bc71be04624cf87ca8a9bc9920de3b7859f1bff (diff) |
fix installation instructions
-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`: |