summary refs log tree commit diff
path: root/.gitconfig
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2026-06-19 09:20:31 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2026-06-19 09:20:31 -0400
commitcc7724139f1687aa6ec6cb6680612ea008964851 (patch)
tree2407c67492b4915eef368729d98116c54c3e554b /.gitconfig
parentdbf1a23ef411f7e350fc19b22541f451aa07d12b (diff)
downloaddotfiles-cc7724139f1687aa6ec6cb6680612ea008964851.tar.gz
no brew
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 3a514eb..c1b7ddd 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -7,17 +7,17 @@
 	uncommit = reset --soft HEAD~1
 	recommit = commit -C 'HEAD@{1}'
 	grepn = grep -n
-	mod = !git diff HEAD --relative | diff-so-fancy | grep \"@.*@\" | cut -d\" \" -f2 | grep -v \"^$\" | grep -v \"*\" | uniq:
+	#mod = !git diff HEAD --relative | diff-so-fancy | grep \"@.*@\" | cut -d\" \" -f2 | grep -v \"^$\" | grep -v \"*\" | uniq:
 	ndiff = !git --no-pager diff
 	ddiff = -c diff.external=difft -c core.pager="less" diff
 	git = !git
 	gerp = grep
 [core]
-	pager = diff-so-fancy | less --tabs=4 -RFX
+	#pager = diff-so-fancy | less --tabs=4 -RFX
 [merge]
 	conflictstyle = diff3
 [interactive]
-	diffFilter = diff-so-fancy --patch
+	#diffFilter = diff-so-fancy --patch
 [sendemail]
     smtpserver = smtp.gmail.com
     smtpuser = zach.decook@bettercarpeople.com