diff options
author | Alan Pearce | 2013-10-07 13:02:35 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-07 13:02:35 +0100 |
commit | 41eefb4a28f5aae4ab78e73cbcb925117b1076ea (patch) | |
tree | 1a44674dc7e091db5b36c6d3ae68809fd8463dfd | |
parent | 78847369196226167bdfc8dd04615fbf7ac41f9b (diff) | |
download | nixfiles-41eefb4a28f5aae4ab78e73cbcb925117b1076ea.tar.lz nixfiles-41eefb4a28f5aae4ab78e73cbcb925117b1076ea.tar.zst nixfiles-41eefb4a28f5aae4ab78e73cbcb925117b1076ea.zip |
Git: fix path to global gitignore file
-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 |