changed git status to a fancy one
This commit is contained in:
parent
1b216d4cfb
commit
a8d748e12c
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -306,7 +306,7 @@ drweb() {
|
||||||
# ─< g stands for GIT >─────────────────────────────────────────────────────────────────────
|
# ─< g stands for GIT >─────────────────────────────────────────────────────────────────────
|
||||||
if command_exists git; then
|
if command_exists git; then
|
||||||
alias g="git"
|
alias g="git"
|
||||||
alias gs="git status"
|
alias gs="git status -sb"
|
||||||
alias gm='git checkout main && git merge'
|
alias gm='git checkout main && git merge'
|
||||||
alias gc="git clone --recurse-submodule"
|
alias gc="git clone --recurse-submodule"
|
||||||
gcl() {
|
gcl() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue