zsh: add git aliases
This commit is contained in:
parent
f20b8a6421
commit
24bbe35cc8
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
@ -60,6 +60,11 @@
|
|||
|
||||
alias mkd=mkdir
|
||||
|
||||
# Git aliases
|
||||
alias \
|
||||
gst='git status' \
|
||||
gc='git commit' \
|
||||
|
||||
# <<<
|
||||
## Program improvements (ex: ls = ls -h) >>>
|
||||
alias df='df -h' # Human-readable sizes
|
||||
|
|
Loading…
Add table
Reference in a new issue