From: Armaan Bhojwani Date: Tue, 15 Jun 2021 22:56:33 +0000 (-0400) Subject: ash: don't keep less history X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=dc3425b6ca5233925f5a84a6525ff3bba2b2328e ash: don't keep less history --- 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