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"