comparison scripts/startup/main-rcfile @ 7073:66c6cab344f7

[project @ 2007-10-26 16:09:12 by jwe]
author jwe
date Fri, 26 Oct 2007 16:09:12 +0000
parents e8868fde0fc5
children f071480b7eac
comparison
equal deleted inserted replaced
7072:b48d486f641d 7073:66c6cab344f7
11 filesep, "inputrc")); 11 filesep, "inputrc"));
12 12
13 if (strcmp (PAGER (), "less") && isempty (getenv ("LESS"))) 13 if (strcmp (PAGER (), "less") && isempty (getenv ("LESS")))
14 PAGER_FLAGS ('-e -X -P"-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$"'); 14 PAGER_FLAGS ('-e -X -P"-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$"');
15 endif 15 endif
16
17 ## This appears here instead of in the pkg/PKG_ADD file so that --norc
18 ## will also skip automatic loading of packages.
19
20 pkg ("load", "auto");