feat(zsh): add helpful aliases

This commit is contained in:
514fpv 2024-01-03 11:12:37 +08:00
parent 8a9773cef2
commit 33e79cf0a4
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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