diff options
Diffstat (limited to 'user/modules')
-rw-r--r-- | user/modules/zsh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |