add var PAGER

This commit is contained in:
TheK4n 2022-10-16 01:49:37 +03:00
parent 335abc7639
commit 46454a7632

View File

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