diff --git a/main.zsh b/main.zsh index 469d203..59663a1 100644 --- a/main.zsh +++ b/main.zsh @@ -52,6 +52,7 @@ fi export EDITOR=$(if [ ! -z "$(command -v nvim)" ]; then echo "nvim"; else echo "vim"; fi) export VISUAL=${EDITOR} export PAGER=less +export MANPAGER=less # less options export LESS="-r"