diff --git a/.gitconfig b/.gitconfig index a845918..6e41cf8 100644 --- a/.gitconfig +++ b/.gitconfig @@ -35,4 +35,4 @@ [alias] count-lines = "! git log --author=\"$1\" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf \"added lines: %s, removed lines: %s, total lines: %s\\n\", add, subs, loc }' #" [gpg "ssh"] - allowedSignersFile = /home/afonso/.ssh/allowed_signers + allowedSignersFile = ~/.ssh/allowed_signers