From 8dc03df48032ced8f753aff93b9619d506ffa184 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2019 11:32:31 +0200 Subject: zsh: add aliases for git reset --- user/modules/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix index cdffba41..dd4792a5 100644 --- a/user/modules/zsh.nix +++ b/user/modules/zsh.nix @@ -104,6 +104,8 @@ in 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"; -- cgit 1.4.1