blob: f4041ea580db03feb1adf535a69d973d32e6da1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- rlconf.h.orig 2017-02-21 15:25:30 UTC
+++ rlconf.h
@@ -43,7 +43,7 @@
#define DEFAULT_INPUTRC "~/.inputrc"
/* The ultimate last-ditch filename for an init file -- system-wide. */
-#define SYS_INPUTRC "/etc/inputrc"
+#define SYS_INPUTRC "%%PREFIX%%/etc/inputrc"
/* If defined, expand tabs to spaces. */
#define DISPLAY_TABS
|