changed git status to a fancy one

This commit is contained in:
pika 2024-09-12 08:08:46 +02:00
parent 1b216d4cfb
commit a8d748e12c

2
.zshrc
View file

@ -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() {