From c30fe033101aa22fd0f9432d17afaf962db03220 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Wed, 28 May 2014 17:07:43 -0400 Subject: [PATCH] Fixes typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff575b2..27b7430 100644 --- a/README.md +++ b/README.md @@ -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] - 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.