X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.profile.d%2Fpager.bashrc;h=dbcb3d6d1200649046de6dd2963a4fc948f07a51;hp=a13837504e3b66de5b3d333ca2da22285cad58dc;hb=277678381eaa9827843e961223c6b3d98c55542c;hpb=c66932991642182e402d7f5bd7ee71038e5c93af diff --git a/.profile.d/pager.bashrc b/.profile.d/pager.bashrc index a138375..dbcb3d6 100644 --- a/.profile.d/pager.bashrc +++ b/.profile.d/pager.bashrc @@ -1,5 +1,5 @@ # profile-required: TERM.bashrc -less=$(find_working less 2>/dev/null) +less=$(find_working -A less 2>/dev/null) if [ $? = 0 ]; then export PAGER=less export GIT_PAGER=$PAGER