diff options
-rw-r--r-- | user/settings/zsh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index e9f1cdf8..ff27315e 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -140,6 +140,7 @@ in ga = "git add"; gs = "git st"; gd = "git diff"; + gdc = "git diff --cached"; gf = "git fetch"; gk = "git push"; gkf = "git push --force-with-lease"; @@ -147,6 +148,7 @@ in gl = "git lg"; gm = "git merge"; ge = "git remote"; + ges = "git remote -v show"; gr = "git rebase"; gz = "git stash"; gzl = "git stash list"; |