fix PAGER

This commit is contained in:
TheK4n 2022-10-16 17:02:49 +03:00
parent 46454a7632
commit 3125d13af1

View File

@ -2,7 +2,7 @@
umask 0077 umask 0077
export EDITOR="nvim" export EDITOR="nvim"
export PAGER="less" export PAGER="less -R"
export HISTSIZE=10000 export HISTSIZE=10000
export HISTFILESIZE=10000 export HISTFILESIZE=10000