diff options
Diffstat (limited to '')
-rw-r--r-- | home/.kshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.kshrc b/home/.kshrc index ef509d5d..16e79147 100644 --- a/home/.kshrc +++ b/home/.kshrc @@ -12,6 +12,7 @@ CDPATH=:$HOME export PWD export PAGER=less +export MANSECT=2:3:1:8:6:5:7:4:9 export EDITOR=vim if whence nvim > /dev/null; then EDITOR=nvim |