From e8bdf7d914a306f1c82dd260217affd9f9b1a931 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 7 Oct 2024 16:22:23 +0200 Subject: [PATCH] addet an alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c5aea59..3a7fa38 100644 --- a/.zshrc +++ b/.zshrc @@ -332,6 +332,7 @@ drweb() { if command_exists git; then alias g="git" alias gs="git status -sb" + alias gsl="git status" alias gm='git checkout main && git merge' alias gc="git clone --recurse-submodule" gcl() {