home(zsh): add helpful aliases

This commit is contained in:
514fpv 2024-01-03 11:12:37 +08:00
parent c1cc504186
commit e465d5469c
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -82,6 +82,8 @@
gs = "git status";
gl = "git log --show-signature";
gd = "git diff";
gds = "git diff --staged";
};
};
}