From a8d748e12c2412a3ac0da5f47be8555c657c373f Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 12 Sep 2024 08:08:46 +0200 Subject: [PATCH] changed git status to a fancy one --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8cba04f..b063baa 100644 --- a/.zshrc +++ b/.zshrc @@ -306,7 +306,7 @@ drweb() { # ─< g stands for GIT >───────────────────────────────────────────────────────────────────── if command_exists git; then alias g="git" - alias gs="git status" + alias gs="git status -sb" alias gm='git checkout main && git merge' alias gc="git clone --recurse-submodule" gcl() {