(gitconfig): Use chezmoi variable for vim configuration.

This commit is contained in:
Stefan Gaiselmann 2024-11-13 08:01:27 +01:00
parent 9bc5d97713
commit 5425c2846a

View File

@ -104,7 +104,7 @@
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
[core]
editor = vim
editor = {{ .vimexec }}
hooksPath = ~/.config/git-hooks
[push]