mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +00:00
Don't store git-credentials in home
This commit is contained in:
parent
f2eca2a969
commit
6a15b9c66d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue