From b7842ea4d3a7a855ab01adead72f3eca56c47795 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Fri, 27 Jul 2018 09:52:38 -0700 Subject: [PATCH] Fix typo for disabling Git prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61cf3ae..629483d 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ This environment var is used by aws-cli and other tools to use the right access |`BULLETTRAIN_GIT_BEHIND`|`" ⬇"`|Icon for behind state from remote |`BULLETTRAIN_GIT_DIVERGED`|`" ⬍"`|Icon for diverged state from remote -The git prompt can be disabled for a specific repository by setting a git config flag: `get config oh-my-zsh.hide-status 1`. This is useful to avoid performance issues for particularly huge repositories. +The git prompt can be disabled for a specific repository by setting a git config flag: `git config oh-my-zsh.hide-status 1`. This is useful to avoid performance issues for particularly huge repositories. ### Screen