this repo has no description
1
fork

Configure Feed

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

jj aliases

Ben C a0d42cae 631d8908

+11
+11
homeModules/jj.nix
··· 16 16 settings = { 17 17 ui.default-command = "log"; 18 18 ui.pager = "less -FR"; 19 + aliases = { 20 + "push" = ["git" "push"]; 21 + "pull" = ["git" "fetch"]; 22 + "bsm" = ["bookmark" "set" "main"]; 23 + "bm" = ["bookmark"]; 24 + "d" = ["describe" "-m"]; 25 + "s" = ["show -s"]; 26 + "ss" = ["show"]; 27 + "n" = ["new"]; 28 + "ed" = ["edit"]; 29 + }; 19 30 }; 20 31 }; 21 32