zsh: add gm=git merge alias
Alan Pearce alan@alanpearce.eu
Wed, 23 Oct 2019 23:59:09 +0200
1 files changed, 1 insertions(+), 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";