diff options
Diffstat (limited to 'bashrc/common/pager.sh')
-rw-r--r-- | bashrc/common/pager.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/pager.sh b/bashrc/common/pager.sh index e46410f..8e3217d 100644 --- a/bashrc/common/pager.sh +++ b/bashrc/common/pager.sh @@ -1,7 +1,7 @@ # pager options # use less by default ... -if hash less > /dev/null 2&>1 ; then +if hash less > /dev/null 2>&1 ; then export PAGER=less export LESS="-R --ignore-case --long-prompt" fi |