From 47d5e0e7146ad6f23fca8ae881436d2ba556abb0 Mon Sep 17 00:00:00 2001 From: Christian Bundy Date: Tue, 14 Oct 2014 16:28:50 -0700 Subject: [PATCH] Add --get-dir flag to target .zprezto git repo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d3fd41..5c948741 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ Updating Pull the latest changes and update submodules. - git pull && git submodule update --init --recursive + git --git-dir "${ZDOTDIR:-$HOME}/.zprezto/.git" pull + git --git-dir "${ZDOTDIR:-$HOME}/.zprezto/.git" submodule update --init --recursive Usage -----