From d63c46fd6c10ef8ecb416134aa3e312927a6e91c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 5 May 2023 22:22:11 +0200 Subject: zsh: add more git aliases --- user/settings/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user') 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"; -- cgit 1.4.1