all repos — nixfiles @ ecd0980872ec23624a5871df7f86c6a9adad66fe

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

zsh: add gm=git merge alias
Alan Pearce alan@alanpearce.eu
Wed, 23 Oct 2019 23:59:09 +0200
commit

ecd0980872ec23624a5871df7f86c6a9adad66fe

parent

d7b143945921b8a67da4b48d83d33f3c12fc393e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -197,6 +197,7 @@ gf = "git fetch";       gk = "git push";
       gj = "git pull";
       gl = "git lg";
+      gm = "git merge";
       gr = "git remote";
       gz = "git stash";
       gzl = "git stash list";