]> git.zndr.dk Git - dotfiles.git/commitdiff
Remove git/config_local
author <jaz@N104828.emea.group.grundfos.com> <>
Tue, 9 Jan 2018 10:45:09 +0000 (11:45 +0100)
committer <jaz@N104828.emea.group.grundfos.com> <>
Tue, 9 Jan 2018 10:45:09 +0000 (11:45 +0100)
.config/bash/environ
.config/git/config
.config/git/config_local [deleted file]

index 247db2794245c9e5fbc66b599013d54421e877e6..2e9aeb5f6f4704d3def1c87cbfbd3f77020eb74b 100644 (file)
@@ -6,8 +6,9 @@
 #fi;
 
 # Git completion and prompt
-source "/usr/share/git/completion/git-completion.bash"
-source "/usr/share/git/completion/git-prompt.sh"
+[ -f /usr/share/git/completion/git-completion.bash ] && . /usr/share/git/completion/git-completion.bash
+[ -f /usr/share/git/completion/git-prompt.sh ]       && . /usr/share/git/completion/git-prompt.sh
+
 export GIT_PS1_SHOWDIRTYSTATE=true
 export GIT_PS1_SHOWCOLORHINTS=true
 export GIT_PS1_UNTRACKEDFILES=true
index 98b4f316c8477c0831577a437557e96e5a38fc43..5c72ca7c00c04a4cf449fda17ae32c9c76c75a42 100644 (file)
 [mergetool "vimdiff"]
        prompt = false
 [difftool "bc"]
-       path = C:\\Program Files\\Beyond Compare 4\\BComp.exe
+       path = bcompare
        trustExitCode = false
 [mergetool "bc"]
-       path = C:\\Program Files\\Beyond Compare 4\\BComp.exe
+       path = bcompare
+       trustExitCode = false
        trustExitCode = false
 [init]
        templatedir = ~/.config/git/templates
diff --git a/.config/git/config_local b/.config/git/config_local
deleted file mode 100644 (file)
index cc524e0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[user]
-       name = Jannik ZANDER
-       email = jzander@grundfos.com
-[core]
-       autocrlf = input