Renaming alias stuff
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user