explicit pager and editor declarations in gitconfig

This commit is contained in:
Vitor Gonçalves 2024-01-22 18:15:24 -03:00
parent b724785423
commit 8996dba454
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
defaultBranch = master
[core]
sshCommand = ssh -i ~/.ssh/id_psspsps
editor = nvim
pager = bat
[commit]
gpgsign = true
[push]