From 42b2b142c4a00fd5758104bc6e736a9d9314096f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 25 Oct 2019 19:50:26 +0200 Subject: zsh: update git aliases --- user/settings/zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'user') 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"; -- cgit 1.4.1