diff --git a/.bashrc b/.bashrc index d95f012..5f2ed93 100644 --- a/.bashrc +++ b/.bashrc @@ -33,7 +33,7 @@ export LSCOLORS="gxfxcxdxbxegedabagacad" export PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH" export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" # -if [ -x most ]; then +if [ -x /usr/local/bin/most -o -x /usr/bin/most ]; then export PAGER="most" else export PAGER="less"