From 96b7965e9d2d96fd351d6f5a7b1c558bd5f11270 Mon Sep 17 00:00:00 2001 From: thomasba Date: Sat, 18 Jul 2015 13:43:03 +0200 Subject: [PATCH] Pull quiet --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index c3e1237..352bad2 100755 --- a/install +++ b/install @@ -84,7 +84,7 @@ backup_file "~/.zshrc" symlink "~/.zsh" "${MY_PATH}/zsh" if [ -d "${MY_PATH}/opt/oh-my-zsh/.git" ] ; then cecho green " + Pulling oh-my-zsh ..." - (cd "${MY_PATH}/opt/oh-my-zsh" && git pull) + (cd "${MY_PATH}/opt/oh-my-zsh" && git pull -q) else cecho green " + Cloning oh-my-zsh ..." git clone -q https://github.com/robbyrussell/oh-my-zsh.git "${MY_PATH}/opt/oh-my-zsh"