summaryrefslogtreecommitdiffstats
path: root/bashrc/common/pager.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc/common/pager.sh2
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