dotfiles/dot_config/bash/pager.sh

4 lines
85 B
Bash

LESS="-R"; export LESS
PAGER=less; export PAGER
DELTA_PAGER=less; export DELTA_PAGER