diff --git a/home-manager/fish.nix b/home-manager/fish.nix index 5a55e32..ebdb021 100644 --- a/home-manager/fish.nix +++ b/home-manager/fish.nix @@ -39,6 +39,10 @@ "gc" = "git commit --verbose --gpg-sign --signoff"; "gc!" = "git commit --verbose --gpg-sign --signoff --amend"; "gst" = "git status"; + "gd" = "git diff"; + "grbi" = "git rebase -i"; + "grba" = "git rebase --abort"; + "grbc" = "git rebase --continue"; "gdca" = "git diff --cached"; "gapa" = "git add --patched"; "glola" = "git log --graph --pretty=\"%G?-%C(magenta)%h %C(yellow)(%al)%C(cyan): %s\" --color=always";