diff options
Diffstat (limited to 'src/ui/inputwin.c')
-rw-r--r-- | src/ui/inputwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index 6a4093e1..fb7c0b4a 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -428,7 +428,7 @@ _inp_rl_startup_hook(void) rl_variable_bind("disable-completion", "on"); // check for and load ~/.config/profanity/inputrc - char *inputrc = files_get_inputrc_path(); + char *inputrc = files_get_inputrc_file(); if (inputrc) { rl_read_init_file(inputrc); free(inputrc); |