diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-01-13 17:42:32 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-01-13 17:42:41 -0800 |
| commit | 357c73dbb516008aacd19a878cc621ebf8a20f21 (patch) | |
| tree | 611ddf83fc65c17c5aa93d8526cf5bf193ff84af /nix/users/fcuny/git.nix | |
| parent | Merge pull request #3 from fcuny/update_flake_lock_action (diff) | |
| download | infra-357c73dbb516008aacd19a878cc621ebf8a20f21.tar.gz | |
enable eza again and add more git aliases
Diffstat (limited to 'nix/users/fcuny/git.nix')
| -rw-r--r-- | nix/users/fcuny/git.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; }; |
