mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 09:41:20 +08:00
fix(installer): silence git init
This commit is contained in:
parent
9b883aa417
commit
914b6399e8
|
@ -272,7 +272,7 @@ setup_ohmyzsh() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Manual clone with git config options to support git < v1.7.2
|
# Manual clone with git config options to support git < v1.7.2
|
||||||
git init "$ZSH" && cd "$ZSH" \
|
git init --quiet "$ZSH" && cd "$ZSH" \
|
||||||
&& git config core.eol lf \
|
&& git config core.eol lf \
|
||||||
&& git config core.autocrlf false \
|
&& git config core.autocrlf false \
|
||||||
&& git config fsck.zeroPaddedFilemode ignore \
|
&& git config fsck.zeroPaddedFilemode ignore \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user