From db0900c37e331f4e78e7cf0cf8737b9481589334 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 7 Jul 2025 23:02:04 +0200 Subject: [PATCH] removed unneeded local variables --- .bash_aliases | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 5710ebc..f6b07e8 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -398,12 +398,6 @@ setup-alias() { # # $> gwip 'files and folders' 'commit message' gwip() { - local BOLD GREEN YELLOW NC - BOLD='\e[1m' - GREEN='\e[92m' - YELLOW='\e[93m' - NC='\e[1m' - # Fetch the latest changes from the remote git fetch