Renaming alias stuff

This commit is contained in:
2023-03-01 15:27:38 -05:00
parent 2e07b0c85f
commit 84b221bdb9
2 changed files with 64 additions and 61 deletions

View File

@@ -24,13 +24,16 @@ else
NORMAL=""
fi
warn() {
printf "${BOLD}${YELLOW}$1${NORMAL}"
}
error() {
printf "${BOLD}${RED}$1${NORMAL}"
printf "${RED}$1${NORMAL}"
}
fatal() {
msg=$1
printf "${RED}${msg}${NORMAL}\n"
printf "${RED}$1${NORMAL}\n"
exit 1
}