Don't store less history

This commit is contained in:
Kenneth Benzie 2019-12-10 13:26:36 +00:00
parent 39a4d589b3
commit 9164432cc2

2
zshenv
View File

@ -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