Fixed README zsh section
This commit is contained in:
parent
859f16cd08
commit
0520af5673
@ -100,7 +100,7 @@ Export the `PS1` variable with the output of `prettyprompt $?` as its value.
|
|||||||
User-specific: `~/.zshrc`
|
User-specific: `~/.zshrc`
|
||||||
System-wide: `/etc/zsh/zshrc`
|
System-wide: `/etc/zsh/zshrc`
|
||||||
```sh
|
```sh
|
||||||
export PS1='$(prettyprompt $?)' # Notice the single quotes
|
export PS1="$(prettyprompt $?)" # Notice the double quotes
|
||||||
```
|
```
|
||||||
|
|
||||||
### Other shells
|
### Other shells
|
||||||
|
Loading…
Reference in New Issue
Block a user