feat: ignore filemode

This commit is contained in:
Deepak Mallubhotla 2022-06-12 11:18:07 -05:00
parent 14dc8e7d10
commit cea28f5422

View File

@ -21,6 +21,11 @@
enable = true;
userName = "Deepak Mallubhotla";
userEmail = "dmallubhotla+github@gmail.com";
extraConfig = {
core = {
fileMode = false;
};
};
};
programs.zsh = {