From b3c2ffbf9edbbdd6bd6cb1769543c4093f15f835 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 1 Feb 2023 08:25:47 +0100 Subject: Absorb .bashrc bits hoarded from machine to machine for eons * inputrc goodies, * let readline see C-s, * reverse PS4 for kicks, * protect crippled shells (M-x shell, batch ssh commands) from this savagery. --- .bash_inputrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bash_inputrc (limited to '.bash_inputrc') diff --git a/.bash_inputrc b/.bash_inputrc new file mode 100644 index 0000000..f3fc295 --- /dev/null +++ b/.bash_inputrc @@ -0,0 +1,5 @@ +set blink-matching-paren +set colored-completion-prefix on +set colored-stats on +set enable-active-region on +set skip-completed-text -- cgit v1.2.3