zsh: more git aliases
This commit is contained in:
parent
0f622a8951
commit
2c294db05f
1 changed files with 4 additions and 2 deletions
6
.zshrc
6
.zshrc
|
@ -62,9 +62,11 @@
|
|||
|
||||
# Git aliases
|
||||
alias \
|
||||
gst='git status' \
|
||||
gc='git commit' \
|
||||
|
||||
gca='git commit -a' \
|
||||
gst='git status' \
|
||||
gp='git push' \
|
||||
|
||||
# <<<
|
||||
## Program improvements (ex: ls = ls -h) >>>
|
||||
alias df='df -h' # Human-readable sizes
|
||||
|
|
Loading…
Add table
Reference in a new issue