aboutsummaryrefslogblamecommitdiff
path: root/sh/profile.d/pager.sh
blob: f0c4fab4c6d0f8c8b6a5890d4f4dccee4b6fd869 (plain) (tree)
1
2
3
4
5
6
7

                                                                            
                                         



                         
# If we don't have less(1), we'll just use whatever pager the application or
# system deems fit
command -v less >/dev/null 2>&1 || return

# Use less(1) as my PAGER
PAGER=less
export PAGER