From 5fbc81b86597cbc32de51f3f13217eff28a815fa Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 08:47:09 +0100 Subject: fix(hm/conf/git): Revert changing the st alias to the short status --- hm/soispha/conf/git/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index efacf36d..46f272eb 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -14,8 +14,8 @@ in { cm = "commit --verbose"; cmr = "commit --file .git/COMMIT_EDITMSG --edit --verbose"; - st = "status --short --branch"; - stf = "status"; + st = "status"; + sts = "status --short --branch"; ds = "diff --staged"; di = "diff"; -- cgit 1.4.1