From b1e0acc368d5fe1dfcf6cb1861647ef3c355687c Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:40:24 +0100 Subject: [PATCH] =?UTF-8?q?changed=20icon=20for=20plugin=20initialization?= =?UTF-8?q?=20=20=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index f2bd867..af6d603 100644 --- a/.bashrc +++ b/.bashrc @@ -21,7 +21,7 @@ function echo_info() { } function echo_plugin() { - local message="\033[0;1;35mℹ️ Bash Plugin:\033[0;35m\t${*} loaded\033[0m" + local message="\033[0;1;35m🔥 Bash Plugin:\033[0;35m\t${*} loaded\033[0m" echo -e "$message" echo_messages+=("$message") }