dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0c782701f4e71cca7419b0644d2bf39ebeb2254b
parent 299e3b78241577151b4cad98017a837fcdced830
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  6 Aug 2019 09:13:30 +0200

Consistent styling of gitconfig

Diffstat:
M.gitconfig | 13++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -1,13 +1,12 @@ [user] - email = anders@adamsgaard.dk - name = Anders Damsgaard - #signkey = 56A56CA2 - # gpg --list-secret-keys --keyid-format LONG - signkey = 5C959DF243CE4DD17A5B2610B790F4AD1BF858FE + email = anders@adamsgaard.dk + name = Anders Damsgaard + # gpg --list-secret-keys --keyid-format LONG + signkey = 5C959DF243CE4DD17A5B2610B790F4AD1BF858FE [color] - ui = auto + ui = auto [push] - default = simple + default = simple [github] user = anders-dc [core]