From bcfa2aef630e70001ca76e2c970908b802793512 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 14 Mar 2024 15:48:53 -0400 Subject: [PATCH] add basic inputrc --- inputrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 inputrc diff --git a/inputrc b/inputrc new file mode 100644 index 0000000..75f66d9 --- /dev/null +++ b/inputrc @@ -0,0 +1,3 @@ +set colored-stats on +set menu-complete-display-prefix on +set show-all-if-ambiguous on