diff --git a/git/.gitconfig b/git/.gitconfig index 8b779a1..4f167b8 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -5,8 +5,6 @@ [core] compression = 9 excludesfile = ~/.gitignore - pager = less -F -X - #pager = cat [color] ui = auto [diff] @@ -15,9 +13,9 @@ default = current [pull] rebase = false +[fetch] + prune = true [help] autocorrect = 1 [init] defaultBranch = main -[cola] - spellcheck = false