Fixing git config

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