removed unneeded local variables

This commit is contained in:
pika 2025-07-07 23:02:04 +02:00
parent c842184f95
commit db0900c37e

View file

@ -398,12 +398,6 @@ setup-alias() {
# #
# $> gwip 'files and folders' 'commit message' # $> gwip 'files and folders' 'commit message'
gwip() { 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 # Fetch the latest changes from the remote
git fetch git fetch