all repos — nixfiles @ ecd0980872ec23624a5871df7f86c6a9adad66fe

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

zsh: add gm=git merge alias

Alan Pearce
commit

ecd0980872ec23624a5871df7f86c6a9adad66fe

parent

d7b143945921b8a67da4b48d83d33f3c12fc393e

1 file changed, 1 insertion(+), 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";