zsh: update git aliases
This commit is contained in:
parent
40d6e6ceb2
commit
d966e5bcf6
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -72,10 +72,10 @@
|
||||||
# Git aliases
|
# Git aliases
|
||||||
alias \
|
alias \
|
||||||
g='git' \
|
g='git' \
|
||||||
|
gs='git status' \
|
||||||
|
gp='git push' \
|
||||||
gc='git commit' \
|
gc='git commit' \
|
||||||
gca='git commit -a' \
|
gca='git commit -a' \
|
||||||
gst='git status' \
|
|
||||||
gp='git push' \
|
|
||||||
|
|
||||||
# <<<
|
# <<<
|
||||||
## Program improvements (ex: ls = ls -h) >>>
|
## Program improvements (ex: ls = ls -h) >>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue