From 6a15b9c66d69305d65e50a1fac7c3128eabf5937 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 3 May 2021 16:34:28 +0000 Subject: [PATCH] Don't store git-credentials in home --- home/.config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/git/config b/home/.config/git/config index 11003dd..35b9e8e 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -4,7 +4,7 @@ email = itsdrikeofficial@gmail.com signingkey = B5F6B41F708C3ADD [credential] - helper = store + helper = store --file ~/.config/git/git-credentials [alias] l = log --oneline --decorate --all --graph lol = log --pretty=oneline --abbrev-commit --graph