diff options
author | Alan Pearce | 2019-10-23 23:59:09 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-23 23:59:09 +0200 |
commit | ecd0980872ec23624a5871df7f86c6a9adad66fe (patch) | |
tree | 16568625b827604349c1c594d974fda8745aa515 /user | |
parent | d7b143945921b8a67da4b48d83d33f3c12fc393e (diff) | |
download | nixfiles-ecd0980872ec23624a5871df7f86c6a9adad66fe.tar.lz nixfiles-ecd0980872ec23624a5871df7f86c6a9adad66fe.tar.zst nixfiles-ecd0980872ec23624a5871df7f86c6a9adad66fe.zip |
zsh: add gm=git merge alias
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index c53d8a8e..79384634 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -197,6 +197,7 @@ in gk = "git push"; gj = "git pull"; gl = "git lg"; + gm = "git merge"; gr = "git remote"; gz = "git stash"; gzl = "git stash list"; |