diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index 4b28644..f5a0819 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -95,7 +95,7 @@ aur_update() { if [ "$unpulled" -eq 0 ]; then echo "$(basename "$repo") is up to date" else - git pull && git chlog -p + git pull && git log --no-merges --oneline --stat @{1}.. -p echo -n "Update $repo? [y/N] " read -r answer if [ ! "$answer" = 'y' ]; then