all repos — nixfiles @ 4b6fcdaaedd86789e8212ca2af378f8ab1d27317

System and user configuration, managed by nix and home-manager

Add shell aliases for common development and administration tasks

Alan Pearce
commit

4b6fcdaaedd86789e8212ca2af378f8ab1d27317

parent

2649bcb16beb51345f0ca8fe790fb47ad0513882

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M user/modules/git.nixuser/modules/git.nix
@@ -53,7 +53,9 @@ lfs = {
enable = true; }; aliases = { - up = "merge FETCH_HEAD"; + authors = "shortlog -s -n"; + mup = "merge FETCH_HEAD"; + rup = "rebase FETCH_HEAD"; st = "status -sb"; ci = "commit"; br = "branch";