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 /install | |
parent | ce284a3dae12e78aa69c88ab4fef3dfd19b0fb0d (diff) | |
download | myconfigs-69699988f31d0c0a53a41f603fa1404176d01530.tar.gz myconfigs-69699988f31d0c0a53a41f603fa1404176d01530.tar.bz2 myconfigs-69699988f31d0c0a53a41f603fa1404176d01530.zip |
gitconfig: use config instead of command to configure excludesfile
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |