some more fixes
This commit is contained in:
parent
a170f8725f
commit
f635ae6f1b
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
@ -22,6 +22,7 @@ function echo_info() {
|
|||
|
||||
# Function to print all stored messages
|
||||
function print_echo_messages() {
|
||||
echo -e "\033[38;5;196mL\033[38;5;202mo\033[38;5;208mg\033[38;5;214m \033[38;5;220mo\033[38;5;226mu\033[38;5;118mt\033[38;5;46mp\033[38;5;48mu\033[38;5;51mt\033[38;5;45m:"
|
||||
for msg in "${echo_messages[@]}"; do
|
||||
echo -e "$msg"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue