color changes
This commit is contained in:
parent
99c176e11c
commit
cb53b11b5d
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
@ -9,13 +9,13 @@ function echo_error() {
|
|||
}
|
||||
|
||||
function echo_warning() {
|
||||
local message="\033[0;1;34m⚠️ WARNING:\033[0;34m\t${*}\033[0m"
|
||||
local message="\033[0;1;33m⚠️ WARNING:\033[0;33m\t${*}\033[0m"
|
||||
echo -e "$message"
|
||||
echo_messages+=("$message")
|
||||
}
|
||||
|
||||
function echo_info() {
|
||||
local message="\033[0;35mℹ️ INFO:${*}\033[0m"
|
||||
local message="\033[0;1;34mℹ️ INFO:\033[0;34m\t${*}\033[0m"
|
||||
echo -e "$message"
|
||||
echo_messages+=("$message")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue