Disable tab-complete in bash
This commit is contained in:
parent
a8b415aded
commit
3cf1277f5c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue