From 3d5f2c2b3b08457f134425b6449c0987c85fc502 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 May 2023 12:05:57 +0200 Subject: Feat(hm/conf/git): Add further aliases --- home-manager/config/git/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home-manager') diff --git a/home-manager/config/git/default.nix b/home-manager/config/git/default.nix index 5f5ce100..1ff4350e 100644 --- a/home-manager/config/git/default.nix +++ b/home-manager/config/git/default.nix @@ -8,6 +8,8 @@ in { aliases = { st = "status"; ds = "diff --staged"; + di = "diff"; + rs = "restore --staged"; ## Logging: ls = "log --max-count=10 --color --format=format:'%C(bold red)%h%C(reset) %C(dim bold blue)%s%C(reset) %C(dim white)[%aN]' "; -- cgit 1.4.1