zsh: add gm=git merge alias
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/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";