From 9164432cc262ec31b5aaa0eb6aa13a8f8b107875 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 10 Dec 2019 13:26:36 +0000 Subject: [PATCH] Don't store less history --- zshenv | 2 ++ 1 file changed, 2 insertions(+) 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