diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-22 18:15:24 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-22 18:15:24 -0300 |
commit | 8996dba454bb229238ab27c470fbd45465b64668 (patch) | |
tree | 0cfb433775f3c26370424f63eaab4c77ca0ac00f /.config | |
parent | b724785423a418c815c0da9db6634158be497c58 (diff) | |
download | dots-8996dba454bb229238ab27c470fbd45465b64668.tar.gz |
explicit pager and editor declarations in gitconfig
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 321fdf6..ec38e63 100644 --- a/.config/git/config +++ b/.config/git/config @@ -6,6 +6,8 @@ defaultBranch = master [core] sshCommand = ssh -i ~/.ssh/id_psspsps + editor = nvim + pager = bat [commit] gpgsign = true [push] |