Merge pull request #26 from oalders/master

Fixes typo in README
This commit is contained in:
Arialdo Martini 2014-05-29 09:47:16 +02:00
commit 6e66db3a78

View File

@ -94,7 +94,7 @@ antigen will download and install all that's needed.
oh-my-git can be disabled on a per-repository basis. Just add a oh-my-git can be disabled on a per-repository basis. Just add a
[oh-my-git] [oh-my-git]
enabled = true enabled = false
in the `.git/config` file of a repo to revert to the original prompt for that particular repo. This could be handy when working with very huge repository, when the git commands invoked by oh-my-git can slow down the prompt. in the `.git/config` file of a repo to revert to the original prompt for that particular repo. This could be handy when working with very huge repository, when the git commands invoked by oh-my-git can slow down the prompt.