From 9e1840aa4f362be4fea0f38e2b77435be1151607 Mon Sep 17 00:00:00 2001 From: nniirraajj Date: Fri, 1 Aug 2014 16:20:31 +1000 Subject: [PATCH] Fix instructions for bash prompt --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5235ede..7769875 100644 --- a/README.markdown +++ b/README.markdown @@ -17,7 +17,7 @@ Download vcprompt, make it executable and add it to your prompt: For bash, you'll want to do something like this: - $ export PS1='\u@\h:\w \$(vcprompt)\$' + $ export PS1='\u@\h:\w $(vcprompt)\$' ZSH users should be aware that they will have to set the `PROMPT_SUBST` option first: