From e3b86054df657c8c4f2f7e936d341d04506fb1f9 Mon Sep 17 00:00:00 2001 From: urosm Date: Tue, 9 Jul 2024 01:51:34 +0200 Subject: [PATCH] fixup! `.bashrc`, `readline`: add `readline` config --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 716deba..b996a45 100644 --- a/.profile +++ b/.profile @@ -32,6 +32,9 @@ if [ ! -d "$(dirname "${HISTFILE}")" ]; then mkdir -p "$(dirname "${HISTFILE}")" fi +# .inputrc +export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc + # editor export EDITOR=vi