home(zsh): add helpful aliases
This commit is contained in:
parent
c1cc504186
commit
e465d5469c
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@
|
|||
|
||||
gs = "git status";
|
||||
gl = "git log --show-signature";
|
||||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue