Disable creation of .lesshst file

This commit is contained in:
Fernando Schauenburg 2019-02-18 22:44:20 +01:00
parent eb9f865f77
commit 2fe5ef48cb

View file

@ -9,6 +9,7 @@ bashrc_customize_environment() {
export LC_CTYPE="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8"
export LC_ALL="en_US.UTF-8" export LC_ALL="en_US.UTF-8"
export LESS="-i -j.49 -M -R -z-2" export LESS="-i -j.49 -M -R -z-2"
export LESSHISTFILE=/dev/null
export PAGER=less export PAGER=less
export DOTFILES="$HOME/.dotfiles" export DOTFILES="$HOME/.dotfiles"
export \ export \