diff --git a/zshenv b/zshenv index 11db9a8..ed0849b 100644 --- a/zshenv +++ b/zshenv @@ -52,6 +52,8 @@ export LESS_TERMCAP_so=`printf "\e[1;40;32m"` export LESS_TERMCAP_se=`printf "\e[0m"` export LESS_TERMCAP_us=`printf "\e[0;34m"` export LESS_TERMCAP_ue=`printf "\e[0m"` +# Disable storing less history +export LESSHISTFILE=/dev/null # Force GoogleTest to output colors export GTEST_COLOR=yes