feat(zsh): add helpful aliases
This commit is contained in:
parent
8a9773cef2
commit
33e79cf0a4
|
@ -82,6 +82,8 @@
|
|||
|
||||
gs = "git status";
|
||||
gl = "git log --show-signature";
|
||||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue