# HG changeset patch # User edogawaconan # Date 1383888713 -32400 # Node ID e3648f0482e50f4b75225366bda079477b5a45de # Parent ec49852111cb2a5d1b6fe01d465e095d4f618e94 Automatically exit less when the file is less than one screenful. diff -r ec49852111cb -r e3648f0482e5 rc/bashrc --- a/rc/bashrc Fri Nov 08 14:29:53 2013 +0900 +++ b/rc/bashrc Fri Nov 08 14:31:53 2013 +0900 @@ -240,7 +240,7 @@ if command -v less > /dev/null 2>&1; then export PAGER=less - export LESS='-MRXginsz-2' + export LESS=-FMRXginsz-2 fi # Test if we have GNU rm prefixed by g (esp if on non-GNU system).