From 5960c42502e3d04a99d9272b9e74965e391d1d6e Mon Sep 17 00:00:00 2001 From: atagen Date: Mon, 29 Aug 2022 23:29:07 +1000 Subject: [PATCH] add gm alias --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index edfb787..2c54e66 100644 --- a/home/home.nix +++ b/home/home.nix @@ -184,6 +184,7 @@ alias gl=\"git pull\" alias gp=\"git push\" alias gd=\"git diff\" alias gcam=\"git commit -am\" +alias gm=\"git merge\" alias l=\"ls_culr\" alias la=\"la_culr\" alias p=\"ps_culr\"