Update aliases

This commit is contained in:
2020-06-25 13:30:08 -04:00
parent e215b5ffdb
commit 5432499f56
3 changed files with 31 additions and 9 deletions

View File

@@ -20,11 +20,11 @@ else
fi
error() {
printf "${BOLD}${RED}$1${NORMAL}"
printf "${BOLD}${RED}$1${NORMAL}\n"
}
abort() {
error "\nAborting...\n"
error "\nAborting..."
exit 1
}