diff options
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index b4102018..15ec56c7 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -36,7 +36,7 @@ export PAGER=less export LESS=-FRXix4 export SDCV_PAGER="$PAGER" -export SDCV_HISTSIZE=10000 +export SDCV_HISTSIZE=100000 export MANPAGER='nvim +Man!' # This MANSECT prioritize POSIX manpages. After use it for a long time, I think it is not suitable for me any more. #export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7' |