all repos — nixfiles @ 8dc03df48032ced8f753aff93b9619d506ffa184

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

zsh: add aliases for git reset

Alan Pearce
commit

8dc03df48032ced8f753aff93b9619d506ffa184

parent

bbacef252e8742bfc132fd5a9e70529dd142a6ad

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/modules/zsh.nixuser/modules/zsh.nix
@@ -104,6 +104,8 @@ gzp = "git stash pop";
gdt = "git difftool"; grl = "git reflog"; gri = "git rebase --interactive"; + grs = "git reset"; + grsh = "git reset --hard"; gsh = "git show"; gsm = "git submodule"; gci = "git commit";