diff --git a/.gitconfig b/.gitconfig index 42882a2..fdb1f62 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [user] - name = Histalek - email = 16392835+Histalek@users.noreply.github.com - signingkey = 19EC07547ED0CE82 + name = Histalek + email = 16392835+Histalek@users.noreply.github.com + signingkey = 19EC07547ED0CE82 [color] diff = auto @@ -16,36 +16,37 @@ untracked = red [commit] - gpgsign = true + gpgsign = true + verbose = true [core] - editor = vim + editor = nvim excludesfile = ~/.gitignore_global [diff] submodule = log [grep] - lineNumber = true + lineNumber = true extendRegexp = true [push] default = current [pull] - rebase = true + rebase = true [includeIf "gitdir:~/Documents/Uni/"] - path = ~/.gitconfigs/.gitconfig-uni + path = ~/.gitconfigs/.gitconfig-uni [includeIf "gitdir:~/Repositories/uni/"] - path = ~/.gitconfigs/.gitconfig-uni + path = ~/.gitconfigs/.gitconfig-uni [includeIf "gitdir:~/Repositories/gitlab_com/"] - path = ~/.gitconfigs/.gitconfig-gitlab_com + path = ~/.gitconfigs/.gitconfig-gitlab_com [includeIf "gitdir:~/Repositories/saibotk_de/"] - path = ~/.gitconfigs/.gitconfig-saibotk_de + path = ~/.gitconfigs/.gitconfig-saibotk_de [includeIf "gitdir:~/Repositories/histalek_de/"] path = ~/.gitconfigs/.gitconfig-histalek_de