changed the logging

This commit is contained in:
piecka 2024-12-18 15:03:51 +01:00
parent c2b4018cfa
commit c39acf18e8

7
.zshrc
View file

@ -8,7 +8,12 @@ BOLD='\033[1m'
NC='\033[0m' # No Color NC='\033[0m' # No Color
# Message storage # Message storage
declare -A _MESSAGES=([error]="" [warn]="" [info]="") typeset -A _MESSAGES
_MESSAGES=(
[error]=""
[warn]=""
[info]=""
)
# Logging functions with emojis # Logging functions with emojis
echo_error() { echo_error() {