changed the logging
This commit is contained in:
parent
c2b4018cfa
commit
c39acf18e8
1 changed files with 6 additions and 1 deletions
7
.zshrc
7
.zshrc
|
@ -8,7 +8,12 @@ BOLD='\033[1m'
|
|||
NC='\033[0m' # No Color
|
||||
|
||||
# Message storage
|
||||
declare -A _MESSAGES=([error]="" [warn]="" [info]="")
|
||||
typeset -A _MESSAGES
|
||||
_MESSAGES=(
|
||||
[error]=""
|
||||
[warn]=""
|
||||
[info]=""
|
||||
)
|
||||
|
||||
# Logging functions with emojis
|
||||
echo_error() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue