From 0520af567352498a031a6219044e7ae84ee740ba Mon Sep 17 00:00:00 2001 From: candifloss Date: Mon, 2 Dec 2024 10:27:43 +0530 Subject: [PATCH] Fixed README zsh section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f5c7d0..895303c 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Export the `PS1` variable with the output of `prettyprompt $?` as its value. User-specific: `~/.zshrc` System-wide: `/etc/zsh/zshrc` ```sh -export PS1='$(prettyprompt $?)' # Notice the single quotes +export PS1="$(prettyprompt $?)" # Notice the double quotes ``` ### Other shells