diff options
Diffstat (limited to 'lib/readline/rlconf.h')
-rw-r--r-- | lib/readline/rlconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/readline/rlconf.h b/lib/readline/rlconf.h index c651fd8..090adb8 100644 --- a/lib/readline/rlconf.h +++ b/lib/readline/rlconf.h @@ -39,6 +39,7 @@ /* The final, last-ditch effort file name for an init file. */ #define DEFAULT_INPUTRC "~/.inputrc" +#define SYSTEM_INPUTRC "/etc/inputrc" /* If defined, expand tabs to spaces. */ #define DISPLAY_TABS |