From c802eee5150e3dcf28644fa11fa2f1fa91f197c0 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 20 Nov 2011 07:26:38 +0800 Subject: [PATCH] -x needs to specify full name, not just command --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"