From dc3425b6ca5233925f5a84a6525ff3bba2b2328e Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 15 Jun 2021 18:56:33 -0400 Subject: [PATCH] ash: don't keep less history --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index 54cf403..e7f99aa 100644 --- a/config.org +++ b/config.org @@ -948,6 +948,8 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac export PAGER='less' export GTK_USE_PORTAL=1 export CDPATH=:~ + export LESSHISTFILE=/dev/null + export PATH="/home/armaa/.local/bin:$PATH" # prioritize .local/bin export PATH="/home/armaa/src/bin:$PATH" # prioritize my bin -- 2.39.2