this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Git) alias for log with tree

+3
+3
home/git/default.nix
··· 32 32 pruneTags = true; 33 33 all = true; 34 34 }; 35 + alias = { 36 + tree = "log --graph --oneline"; 37 + }; 35 38 }; 36 39 37 40 delta = {