remove less history file

This commit is contained in:
frosty 2024-07-24 04:37:13 -04:00
parent 6ee537fafd
commit 75f4ebb859

View file

@ -1,5 +1,6 @@
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"
export EDITOR="vim"
export LESSHISTFILE="-"
export PATH="$PATH:$HOME/.bin"