Add shell aliases for common development and administration tasks
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M user/modules/git.nix → user/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";