diff options
-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 |