This commit is contained in:
Morten Olsen
2024-10-09 21:52:49 +02:00
parent d7fd68465d
commit f1c103c157
4 changed files with 20 additions and 17 deletions

View File

@@ -41,8 +41,8 @@
{% for key in contexts %}
{% if 'git' in contexts[key] %}
[includeIf "gitdir:{{ contexts[key].path }}/"]
path = {{ contexts[key].path }}/.gitconfig
[includeIf "gitdir:{{ home }}/{{ contexts[key].path }}/"]
path = "{{ home }}/{{ contexts[key].path }}/.gitconfig"
{% endif %}
{% endfor %}