summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 81a91fc5..e9afb503 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -196,10 +196,12 @@ in
       gd = "git diff";
       gf = "git fetch";
       gk = "git push";
+      gkf = "git push --force-with-lease";
       gj = "git pull";
       gl = "git lg";
       gm = "git merge";
-      gr = "git remote";
+      ge = "git remote";
+      gr = "git rebase";
       gz = "git stash";
       gzl = "git stash list";
       gzp = "git stash pop";