From 40dbc89242f50a3e4cd8d0ce88b72e2071f2c397 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 25 Aug 2016 13:20:02 +1200 Subject: Stop bc(1) from completing filenames --- readline/inputrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'readline') diff --git a/readline/inputrc b/readline/inputrc index 56c771f0..2167ab70 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -76,3 +76,8 @@ $if Bash "\e\C-w": shell-backward-kill-word $endif + +# Don't let bc complete filenames (!?) +$if bc + Tab: +$endif -- cgit v1.2.3