From e8a8ce29c85b10dfe25043d650f506d85b4e3055 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sat, 15 Oct 2022 23:31:58 +0200 Subject: No need to export INPUTRC --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 81aa5e4..2d5426d 100644 --- a/.bashrc +++ b/.bashrc @@ -8,7 +8,7 @@ PS2='\[\e[34m\]>\[\e[39;49m\] ' source /usr/share/git/completion/git-prompt.sh -export INPUTRC=~/.config/readline/inputrc +INPUTRC=~/.config/readline/inputrc alias v=nvim alias f=vifm -- cgit v1.2.3-54-g00ecf