diff --git a/sub/bash/export b/sub/bash/export index 4db1317..dfba3d5 100644 --- a/sub/bash/export +++ b/sub/bash/export @@ -2,7 +2,7 @@ umask 0077 export EDITOR="nvim" -export PAGER="less" +export PAGER="less -R" export HISTSIZE=10000 export HISTFILESIZE=10000