From 75f4ebb859ffc80bd762139c2be93a09f6fdc58a Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 24 Jul 2024 04:37:13 -0400 Subject: [PATCH] remove less history file --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index 279b2f1..ef200b5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1,6 @@ [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" export EDITOR="vim" +export LESSHISTFILE="-" export PATH="$PATH:$HOME/.bin"