commit 4ab62d48757e4f45d94bcabc336dac1f92df64fd
parent 908fb5705be62c326ec4aaae7cec3f7c9a9e84d2
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 7 Dec 2023 18:56:05 +0100
users/vincent: git status default to short
+ branch
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/users/vincent/core/git.nix b/users/vincent/core/git.nix
@@ -135,6 +135,10 @@ in
rebase = {
autosquash = true;
};
+ status = {
+ short = true;
+ branch = true;
+ };
advice = {
statusHints = false;
pushNonFastForward = false;