not using bldcyn

This commit is contained in:
Michael Bradley, Jr 2018-07-24 18:16:00 -05:00
parent 7d19051575
commit 03e4df7222
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ export PATH=$embark_docker_embark_user_PATH_with_NPM
nac () {
local txtbld=$(tput bold)
local txtrst=$(tput sgr0)
local bldcyn=${txtbld}$(tput setaf 6)
local bldred=${txtbld}$(tput setaf 1)
local ERROR=${bldred}ERROR${txtrst}
if [[ -z "$1" ]]; then