Skip to content

Commit

Permalink
fix git hist command
Browse files Browse the repository at this point in the history
  • Loading branch information
jwieringa committed Dec 14, 2022
1 parent 119f498 commit 763d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/jason/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ end
# signByDefault = true;
# };
aliases = {
hist = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative # --all";
hist = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(r) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative";
};
extraConfig = {
branch.autosetuprebase = "always";
Expand Down

0 comments on commit 763d881

Please sign in to comment.