From 2fe5ef48cb2a11eead6dc8d206b9b16238c304cf Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 18 Feb 2019 22:44:20 +0100 Subject: [PATCH] Disable creation of .lesshst file --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 45d31b1..6f69b57 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -9,6 +9,7 @@ bashrc_customize_environment() { export LC_CTYPE="en_US.UTF-8" export LC_ALL="en_US.UTF-8" export LESS="-i -j.49 -M -R -z-2" + export LESSHISTFILE=/dev/null export PAGER=less export DOTFILES="$HOME/.dotfiles" export \