Do not record less history

This commit is contained in:
Nick Chambers 2024-05-14 21:50:37 -05:00
parent 448a4df728
commit e494323785

View file

@ -25,6 +25,7 @@ __dotlib_set_ENV() {
[LESSHISTFILE]=-
[HISTCONTROL]=ignoreboth
[XDG_CONFIG_HOME]=~/.config
[LESSHISTSIZE]=0
)
for var in "${!env[@]}"; do