Don't store less history
This commit is contained in:
parent
39a4d589b3
commit
9164432cc2
2
zshenv
2
zshenv
@ -52,6 +52,8 @@ export LESS_TERMCAP_so=`printf "\e[1;40;32m"`
|
|||||||
export LESS_TERMCAP_se=`printf "\e[0m"`
|
export LESS_TERMCAP_se=`printf "\e[0m"`
|
||||||
export LESS_TERMCAP_us=`printf "\e[0;34m"`
|
export LESS_TERMCAP_us=`printf "\e[0;34m"`
|
||||||
export LESS_TERMCAP_ue=`printf "\e[0m"`
|
export LESS_TERMCAP_ue=`printf "\e[0m"`
|
||||||
|
# Disable storing less history
|
||||||
|
export LESSHISTFILE=/dev/null
|
||||||
|
|
||||||
# Force GoogleTest to output colors
|
# Force GoogleTest to output colors
|
||||||
export GTEST_COLOR=yes
|
export GTEST_COLOR=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user