From f7a326eb57ba8c1a0886dbb3fc5bf8bc39abe2ed Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 25 Jun 2021 09:38:44 +0200 Subject: Add inputrc. --- dotfiles/inputrc | 4 ++++ dotfiles/profile | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 dotfiles/inputrc (limited to 'dotfiles') diff --git a/dotfiles/inputrc b/dotfiles/inputrc new file mode 100644 index 0000000..69d99cc --- /dev/null +++ b/dotfiles/inputrc @@ -0,0 +1,4 @@ +set bell-style none + +set colored-completion-prefix on +set colored-stats on diff --git a/dotfiles/profile b/dotfiles/profile index 7921b92..3885e0a 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -9,6 +9,8 @@ export PYTHONDONTWRITEBYTECODE=1 export EDITOR=vim export VISUAL=$EDITOR +export INPUTRC=${HOME}/.config/inputrc + ## put XDG_RUNTIME_DIR crap under .cache ## not the optimal solution, but should be ## good enough in practice -- cgit v1.2.3