mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
gitconfig: rename src2 to 2src to not break tab complete
This commit is contained in:
parent
43e8d5a725
commit
1c7a28870d
@ -1,4 +1,4 @@
|
|||||||
# See main gitconfig, this is ~/src2/gitconfig
|
# See main gitconfig, this is ~/2src/gitconfig
|
||||||
[user]
|
[user]
|
||||||
email = aminda.suomalainen@example.org
|
email = aminda.suomalainen@example.org
|
||||||
signingkey = ~/.ssh/exampleorg.pub
|
signingkey = ~/.ssh/exampleorg.pub
|
@ -95,6 +95,6 @@
|
|||||||
mailmap = true
|
mailmap = true
|
||||||
showSignature = true
|
showSignature = true
|
||||||
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
||||||
# see also .mikaela/src2-gitconfig within the same shell-things repo
|
# see also .mikaela/2src-gitconfig within the same shell-things repo
|
||||||
[includeIf "gitdir:~/src2/"]
|
[includeIf "gitdir:~/2src/"]
|
||||||
path = ~/src2/gitconfig
|
path = ~/2src/gitconfig
|
||||||
|
@ -95,6 +95,6 @@
|
|||||||
mailmap = true
|
mailmap = true
|
||||||
showSignature = true
|
showSignature = true
|
||||||
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
||||||
# see also .mikaela/src2-gitconfig within the same shell-things repo
|
# see also .mikaela/2src-gitconfig within the same shell-things repo
|
||||||
[includeIf "gitdir:~/src2/"]
|
[includeIf "gitdir:~/2src/"]
|
||||||
path = ~/src2/gitconfig
|
path = ~/2src/gitconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user