Skip to content

Commit

Permalink
quiet down git
Browse files Browse the repository at this point in the history
  • Loading branch information
tamcore committed Apr 24, 2022
1 parent 85eeee7 commit 5630376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoupdate.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function upgrade_oh_my_zsh_custom() {
pushd -q "${p}"

last_head=$( git rev-parse HEAD )
if git pull --rebase --stat --autostash
if git pull --quiet --rebase --stat --autostash
then
curr_head=$( git rev-parse HEAD )
if [ "${last_head}" != "${curr_head}" ]
Expand Down

0 comments on commit 5630376

Please sign in to comment.