Skip to content

Commit

Permalink
fixed echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
shoekstra committed Sep 14, 2014
1 parent ff1c8bc commit eaacf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ needs to be set in your `.vimrc.bundles.fork` file.
You can specify the default bundles for your fork using `.vimrc.before.fork` file. Here is how to create an example `.vimrc.before.fork` file
in a fork repo for the default bundles.
```bash
echo let g:spf13_bundle_groups=['general', 'programming', 'misc', 'youcompleteme'] >> .vimrc.before.fork
echo let g:spf13_bundle_groups=[\'general\', \'programming\', \'misc\', \'youcompleteme\'] >> .vimrc.before.fork
```
Once you have this file in your repo, only the bundles you specified will be installed during the first installation of your fork.

Expand Down

0 comments on commit eaacf45

Please sign in to comment.