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]
|
[user]
|
||||||
email = daniel-git@c0ntroller.de
|
email = daniel-git@c0ntroller.de
|
||||||
name = Daniel Kluge
|
name = Daniel Kluge
|
||||||
signingKey = ~/.ssh/id_rsa.pub
|
signingKey = ~/.ssh/id_rsa.pub
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = senpai
|
defaultBranch = senpai
|
||||||
[alias]
|
[alias]
|
||||||
@ -22,3 +24,6 @@
|
|||||||
gpgSign = true
|
gpgSign = true
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
# Work email
|
||||||
|
[includeIf "gitdir/i:C:/Users/kluged/**"]
|
||||||
|
path = ~/.gitconfig.work
|
||||||
|
Loading…
x
Reference in New Issue
Block a user