user/zsh: add git fixup edit abbr

This commit is contained in:
LavaDesu 2023-01-29 00:03:59 +07:00
parent 62c8c0e480
commit ce2d82c323
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -49,7 +49,8 @@ let
gco = "git checkout"; gco = "git checkout";
gd = "git diff"; gd = "git diff";
gds = "git diff --staged"; gds = "git diff --staged";
gf = "git commit --amend --no-edit --reset-author"; gf = "git commit --amend --reset-author --no-edit";
gfe = "git commit --amend --reset-author";
gl = "git log"; gl = "git log";
gr = "git rebase -i"; gr = "git rebase -i";
}; };