about summary refs log tree commit diff
path: root/users/glittershark
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark')
-rw-r--r--users/glittershark/system/home/modules/development.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix
index 4e34bcfb0f..5dd7337982 100644
--- a/users/glittershark/system/home/modules/development.nix
+++ b/users/glittershark/system/home/modules/development.nix
@@ -158,7 +158,8 @@ with lib;
       "gnp" = "git --no-pager";
       "g" = "git";
       "git" = "hub";
-      "grim" = "git fetch && git rebase -i origin/master";
+      "grim" = "git fetch && git rebase -i --autostash origin/master";
+      "grom" = "git fetch && git rebase --autostash origin/master";
       "groc" = "git fetch && git rebase --autostash origin/canon";
       "grc" = "git rebase --continue";
       "gcan" = "git commit --amend --no-edit";