summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-10-25 19:50:26 +0200
committerAlan Pearce2019-10-25 19:50:48 +0200
commit42b2b142c4a00fd5758104bc6e736a9d9314096f (patch)
tree06151b30982f333ecb566393a0c0faaae6cda456 /user
parentdee8f2be2c305e9549b42780c4ba9c56cbf7e9af (diff)
downloadnixfiles-42b2b142c4a00fd5758104bc6e736a9d9314096f.tar.lz
nixfiles-42b2b142c4a00fd5758104bc6e736a9d9314096f.tar.zst
nixfiles-42b2b142c4a00fd5758104bc6e736a9d9314096f.zip
zsh: update git aliases
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";