X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=4cfce77002bd371e7728f5303ef48fccaeec945f;hb=a95457ef4082b47eb41e1f794b88c0db3cd9ab76;hp=c0cf08f9d722ebbfe89923519600bdf146a63e51;hpb=a9acda90df2ba4a4777fe263005a5d45ffd869e0;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index c0cf08f..4cfce77 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -248,7 +248,7 @@ if [ "$TERM" = "hpterm" -o \ fi # Miscellaneous: -if [ -x $(type -p less) ]; then +if type -p less > /dev/null; then export LESS=eiXP"?f%f :[stdin] .?pt(%pt\%):?bt(%bt bytes):-.." alias more="less -sr" export PAGER="less -sr"