this repo has no description
1
fork

Configure Feed

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

shell: add more git aliases

Ovyerus 9238fdaa 29438ac8

+10
+10
modules/shell/default.nix
··· 25 25 ''; 26 26 27 27 shellAbbrs = { 28 + ga = "git add"; 29 + gc = { 30 + setCursor = "%"; 31 + expansion = "git commit -m \\\"%\\\""; 32 + }; 28 33 gco = "git checkout"; 34 + gd = "git diff HEAD"; 35 + gl = "git log"; 36 + gp = "git pull"; 37 + gr = "git rebase"; 38 + gs = "git status"; 29 39 }; 30 40 31 41 shellAliases = {