update commands

This commit is contained in:
Nathaniel Landau
2021-10-23 23:00:49 -04:00
parent 46d7edf726
commit 63562be37a
7 changed files with 30 additions and 237 deletions

View File

@@ -115,7 +115,7 @@ _alert_() {
reset=""
fi
printf "%s ${_color}[%7s] %s${reset}\n" "$(date +"%r")" "${_alertType}" "${_message}"
printf "${_color}[%7s] %s${reset}\n" "${_alertType}" "${_message}"
}
_writeToScreen_