diff --git a/.bash_env b/.bash_env index 071d07a..6a8de06 100644 --- a/.bash_env +++ b/.bash_env @@ -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