diff options
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 9d616709..a31439e2 100644 --- a/gitconfig +++ b/gitconfig @@ -22,4 +22,4 @@ [diff] algorithm = patience [core] - excludesfile = /Users/alan/dotfiles/global.gitignore + excludesfile = ~/projects/dotfiles/global.gitignore |