|
@@ -12,11 +12,11 @@ host=`hostname`
|
12
|
12
|
user=`whoami`
|
13
|
13
|
|
14
|
14
|
conf=""
|
15
|
|
-conf="${conf}[include]"
|
16
|
|
-conf="${conf} path = $tilde/.git-universe/gitconfig-before"
|
17
|
|
-conf="${conf} path = $tilde/.git-universe/host/$host.gitconfig"
|
18
|
|
-conf="${conf} path = $tilde/.git-universe/user/$user.gitconfig"
|
19
|
|
-conf="${conf} path = $tilde/.git-universe/gitconfig-after"
|
|
15
|
+conf="${conf}[include]\n"
|
|
16
|
+conf="${conf} path = $tilde/.git-universe/gitconfig-before\n"
|
|
17
|
+conf="${conf} path = $tilde/.git-universe/host/$host.gitconfig\n"
|
|
18
|
+conf="${conf} path = $tilde/.git-universe/user/$user.gitconfig\n"
|
|
19
|
+conf="${conf} path = $tilde/.git-universe/gitconfig-after\n"
|
20
|
20
|
|
21
|
21
|
echo $conf >> ~/.gitconfig
|
22
|
22
|
|