Skip to content

Commit

Permalink
fix: use ~ for homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Apr 4, 2024
1 parent e505656 commit a2447bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/git/gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[core]
excludesfile = /Users/victormora/.gitignore_global
excludesfile = ~/.gitignore_global
pager = delta
[user]
name = Victor
Expand Down Expand Up @@ -166,5 +166,6 @@
insteadOf = [email protected]:
[init]
defaultBranch = main
templatedir = ~/.git-template
[pull]
ff = only

0 comments on commit a2447bf

Please sign in to comment.