diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 4 |
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"; |