Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

fix typo in README #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down