Add nano as preferred editor and a work config
Signed-off-by: Daniel Kluge <c0ntroller@noreply.git.c0ntroller.de>
This commit is contained in:
parent
d21114c451
commit
65226624db
11
.gitconfig
11
.gitconfig
@ -1,7 +1,9 @@
|
||||
[core]
|
||||
editor = nano
|
||||
[user]
|
||||
email = daniel-git@c0ntroller.de
|
||||
name = Daniel Kluge
|
||||
signingKey = ~/.ssh/id_rsa.pub
|
||||
email = daniel-git@c0ntroller.de
|
||||
name = Daniel Kluge
|
||||
signingKey = ~/.ssh/id_rsa.pub
|
||||
[init]
|
||||
defaultBranch = senpai
|
||||
[alias]
|
||||
@ -22,3 +24,6 @@
|
||||
gpgSign = true
|
||||
[gpg]
|
||||
format = ssh
|
||||
# Work email
|
||||
[includeIf "gitdir/i:C:/Users/kluged/**"]
|
||||
path = ~/.gitconfig.work
|
||||
|
Loading…
x
Reference in New Issue
Block a user