diff --git a/zshenv b/zshenv index db90922..cf206e7 100644 --- a/zshenv +++ b/zshenv @@ -33,5 +33,10 @@ export LESS_TERMCAP_se=`printf "\e[0m"` export LESS_TERMCAP_us=`printf "\e[0;34m"` export LESS_TERMCAP_ue=`printf "\e[0m"` +# Force GoogleTest to output colors +export GTEST_COLOR=yes +# Allow completions for GoogleTest break on failure +export GTEST_BREAK_ON_FAILURE=0 + # Disable virtualenv prompt VIRTUAL_ENV_DISABLE_PROMPT=1