Disable creation of .lesshst file
This commit is contained in:
parent
eb9f865f77
commit
2fe5ef48cb
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue