1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00
Files
dotfiles/exact_dot_oh-my-zsh/exact_dot_git/config
T
2020-04-19 09:38:02 +01:00

20 lines
427 B
Plaintext

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
eol = lf
autocrlf = false
[remote "origin"]
url = https://github.com/ohmyzsh/ohmyzsh.git
fetch = +refs/heads/master:refs/remotes/origin/master
[branch "master"]
remote = origin
merge = refs/heads/master
[fsck]
zeroPaddedFilemode = ignore
[fetch "fsck"]
zeroPaddedFilemode = ignore
[receive "fsck"]
zeroPaddedFilemode = ignore