Change default git email
parent
b3dd90d6dc
commit
8b77e12bea
|
@ -265,8 +265,8 @@ reply-to-self=true
|
|||
# subject which contains "text". Use header,~regex to match against a regex.
|
||||
#subject,~^\[PATCH=colordiff
|
||||
text/plain=sed 's/^>\+.*/\x1b[36m&\x1b[0m/'
|
||||
#text/html=pandoc -f html -t plain
|
||||
#image/*=catimg -w $(tput cols) -
|
||||
text/html=pandoc -f html -t plain
|
||||
image/*=catimg -w $(tput cols) -
|
||||
|
||||
[triggers]
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[user]
|
||||
name = Ensar Sarajčić
|
||||
email = es.ensar@gmail.com
|
||||
email = dev@ensarsarajcic.com
|
||||
[core]
|
||||
editor = nvim
|
||||
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||
|
|
Loading…
Reference in New Issue