Commit 4ab62d48757e

Vincent Demeester <vincent@sbr.pm>
2023-12-07 18:56:05
users/vincent: git status default to short
+ branch Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 908fb57
Changed files (1)
users
vincent
users/vincent/core/git.nix
@@ -135,6 +135,10 @@ in
       rebase = {
         autosquash = true;
       };
+      status = {
+        short = true;
+        branch = true;
+      };
       advice = {
         statusHints = false;
         pushNonFastForward = false;