diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-10-08 07:58:49 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-10-08 07:58:49 +0200 |
commit | 69699988f31d0c0a53a41f603fa1404176d01530 (patch) | |
tree | 3a74e69faf324702900b8c71775dfd17b14b86ff | |
parent | ce284a3dae12e78aa69c88ab4fef3dfd19b0fb0d (diff) | |
download | myconfigs-69699988f31d0c0a53a41f603fa1404176d01530.tar.gz myconfigs-69699988f31d0c0a53a41f603fa1404176d01530.tar.bz2 myconfigs-69699988f31d0c0a53a41f603fa1404176d01530.zip |
gitconfig: use config instead of command to configure excludesfile
-rw-r--r-- | gitconfig | 1 | ||||
-rwxr-xr-x | install | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,7 @@ signingkey = A6BC8B8CEB31659B [core] editor = vim + excludesfile = /home/cynerd/.gitignore [fetch] recurseSubmodules = true parallel = 8 @@ -22,7 +22,6 @@ fi if ask "git" "Install GIT configuration"; then inst gitconfig ~/.gitconfig inst gitignore ~/.gitignore - git config --global core.excludesfile ~/.gitignore inst local/bin/cznic-git-config ~/.local/bin/cznic-git-config fi |