From 3cf1277f5c1d3f01c24a3fcc60595d9db4fc2cef Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 23 Sep 2024 16:51:28 +0100 Subject: [PATCH] Disable tab-complete in bash --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index f2fc332..457f23f 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -97,6 +97,7 @@ then bind '"\e[B": history-search-forward' bind 'set bell-style none' bind 'set completion-ignore-case on' + bind 'set disable-completion on' # Masochist mode. bind 'set enable-bracketed-paste off' export BASH_ENV="$HOME/.bashrc"