From 357c73dbb516008aacd19a878cc621ebf8a20f21 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 13 Jan 2025 17:42:32 -0800 Subject: enable eza again and add more git aliases --- nix/users/fcuny/git.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/users/fcuny/git.nix') diff --git a/nix/users/fcuny/git.nix b/nix/users/fcuny/git.nix index 608bef9..c6c01aa 100644 --- a/nix/users/fcuny/git.nix +++ b/nix/users/fcuny/git.nix @@ -23,6 +23,8 @@ co = "checkout"; br = "branch"; rb = "pull --rebase"; + hist = "log --pretty=format:\"%Cgreen%h %Creset%cd %Cblue[%cn] %Creset%s%C(yellow)%d%C(reset)\" --graph --date=relative --decorate --all"; + llog = "log --graph --name-status --pretty=format:\"%C(red)%h %C(reset)(%cd) %C(green)%an %Creset%s %C(yellow)%d%Creset\" --date=relative"; logo = "log --pretty=format:\"%C(yellow)%h%Cred%d %Creset%s%Cblue (%cn)\" --decorate"; logf = "log --pretty=format:\"%C(yellow)%h%Cred%d %Creset%s%Cblue (%cn)\" --decorate --numstat"; }; -- cgit v1.2.3