diff --git a/.gitconfig b/.gitconfig index d17a568..fb7f4d6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,7 +7,7 @@ quotepath = false sparecheckout = true editor = nvim - pager = delta + ; pager = delta [alias] g = grep --break --heading --line-number standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`