diff --git a/shellrc b/shellrc index 306fe53..cc76095 100644 --- a/shellrc +++ b/shellrc @@ -25,6 +25,7 @@ vcs_enabled=true if is_exec vimless; then export PAGER='vimless' + alias man='man -Pless' elif is_exec less; then export PAGER='less -R' else