mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
fix
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user