mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(installer): silence git init
This commit is contained in:
parent
9b883aa417
commit
914b6399e8
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ setup_ohmyzsh() {
|
|||
fi
|
||||
|
||||
# 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.autocrlf false \
|
||||
&& git config fsck.zeroPaddedFilemode ignore \
|
||||
|
|
Loading…
Reference in a new issue