gitconfig: rename src2 to 2src to not break tab complete

This commit is contained in:
Aminda Suomalainen 2023-06-17 15:25:41 +03:00
parent 43e8d5a725
commit 1c7a28870d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# See main gitconfig, this is ~/src2/gitconfig
# See main gitconfig, this is ~/2src/gitconfig
[user]
email = aminda.suomalainen@example.org
signingkey = ~/.ssh/exampleorg.pub

View File

@ -95,6 +95,6 @@
mailmap = true
showSignature = true
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/gitconfig
# see also .mikaela/2src-gitconfig within the same shell-things repo
[includeIf "gitdir:~/2src/"]
path = ~/2src/gitconfig

View File

@ -95,6 +95,6 @@
mailmap = true
showSignature = true
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/gitconfig
# see also .mikaela/2src-gitconfig within the same shell-things repo
[includeIf "gitdir:~/2src/"]
path = ~/2src/gitconfig