Fixing git config

This commit is contained in:
Miguel Palhas
2024-10-05 10:45:44 +01:00
parent 42d79f0ed5
commit 26129b0420
+2 -2
View File
@@ -33,8 +33,8 @@
};
push = { default = "upstream"; };
delta = { navigate = true; };
"[diff 'image']" = { textconv = "mediainfo"; };
"[diff 'text']" = { textconv = "fold -s -w80"; };
"diff 'image'" = { textconv = "mediainfo"; };
"diff 'text'" = { textconv = "fold -s -w80"; };
};
};