From 2e7e8d547185f713f495a44b82844051923dde32 Mon Sep 17 00:00:00 2001 From: mattiaborsarini Date: Wed, 11 Aug 2021 14:43:50 +0200 Subject: [PATCH] bashrc.cust: Disable 'less' history --- bashrc.cust | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bashrc.cust b/bashrc.cust index 858f4a6..eeba0d0 100644 --- a/bashrc.cust +++ b/bashrc.cust @@ -7,4 +7,8 @@ PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"(\[\033[0 # Attibutes bind "set completion-ignore-case on" shopt -s autocd -shopt -s checkjobs \ No newline at end of file +shopt -s checkjobs + + +# Variables +export LESSHISTFILE=- \ No newline at end of file