diff --git a/bash/.bashrc b/bash/.bashrc index 45d31b1..6f69b57 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -9,6 +9,7 @@ bashrc_customize_environment() { export LC_CTYPE="en_US.UTF-8" export LC_ALL="en_US.UTF-8" export LESS="-i -j.49 -M -R -z-2" + export LESSHISTFILE=/dev/null export PAGER=less export DOTFILES="$HOME/.dotfiles" export \