Add --get-dir flag to target .zprezto git repo

This commit is contained in:
Christian Bundy 2014-10-14 16:28:50 -07:00
parent b948e3630b
commit 47d5e0e714

View file

@ -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
-----