Fixed README zsh section

This commit is contained in:
Candifloss 2024-12-02 10:27:43 +05:30
parent 859f16cd08
commit 0520af5673

View File

@ -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