this repo has no description
1
fork

Configure Feed

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

git: add `a` alias to jj

+1
+1
modules/programs/git.nix
··· 105 105 }; 106 106 107 107 aliases = { 108 + a = ["abandon"]; 108 109 e = ["edit"]; 109 110 n = ["new"]; 110 111 tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];