Improved some find_working calls.
[profile.git] / .profile.d / pager.bashrc
index a138375..dbcb3d6 100644 (file)
@@ -1,5 +1,5 @@
 # profile-required: TERM.bashrc
-less=$(find_working less 2>/dev/null)
+less=$(find_working -A less 2>/dev/null)
 if [ $? = 0 ]; then
   export PAGER=less
   export GIT_PAGER=$PAGER