Commit 914b6399 authored by Marc Cornellà's avatar Marc Cornellà

fix(installer): silence `git init`

parent 9b883aa4
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment