Skip to content

Commit

Permalink
Merge pull request #672 from shoekstra/fix_echo
Browse files Browse the repository at this point in the history
fixed echo command
  • Loading branch information
spf13 committed Sep 18, 2014
2 parents ff1c8bc + eaacf45 commit 4312272
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 4312272

Please sign in to comment.