Add --get-dir flag to target .zprezto git repo
This commit is contained in:
parent
b948e3630b
commit
47d5e0e714
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
-----
|
||||
|
|
Loading…
Add table
Reference in a new issue