Skip to content

Commit

Permalink
fix: use correct excludesfile location for git
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Sep 19, 2024
1 parent 102121a commit 11a8776
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions home/config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
process = git-lfs filter-process
required = true
[core]
editor = vim
editor = nvim
excludesfile = ~/.config/git/ignore_global
[merge]
tool = diffconflicts
[mergetool]
Expand All @@ -33,8 +34,6 @@
rebase = true
[init]
defaultBranch = main
[core]
excludesfile = ${configDir}/git/ignore_global

[alias]
difft = "-c diff.external=difft diff"
Expand Down

0 comments on commit 11a8776

Please sign in to comment.