From 2c2baa71879df9ac88e48d4ac4d9d706b119e55b Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:39:04 +0200 Subject: [PATCH] User management and tabs Use Github credentials when in Projects/github folder. All other custom github projects are stored in user.config. Use 8 spaces for tabs to see whitespace error in git diffs. --- .config/git/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index ab9efd0..f9e0c26 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,7 +1,9 @@ [include] path = gitlab.config -[includeIf "gitdir:~/Projects/dotfiles-github/"] +[includeIf "gitdir:~/Projects/github/"] path = github.config +[include] + path = user.config [commit] gpgsign = true [difftool "meld"] @@ -12,4 +14,4 @@ added = 076 untracked = 014 [core] - pager = diff-so-fancy | less --tabs=4 -RFX + pager = diff-so-fancy | less --tabs=8 -RFX