changeset 403:d0f9e435d36d

Removes -j15$ from LESS params.
author Edho Arief <edho@myconan.net>
date Mon, 08 Oct 2012 15:29:49 +0700
parents a23b0f6ee8a2
children c171c29e13f5
files rc/bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Mon Oct 08 08:41:58 2012 +0700
+++ b/rc/bashrc	Mon Oct 08 15:29:49 2012 +0700
@@ -215,7 +215,7 @@
 
 if command -v less > /dev/null 2>&1; then
   export PAGER=less
-  export LESS='-MRXgij15$nsz-2'
+  export LESS='-MRXginsz-2'
 fi
 
 # Test if we have GNU rm prefixed by g (esp if on non-GNU system).