Suppress bind warning.
This commit is contained in:
parent
cbdfb7fd4c
commit
4f9c78edda
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ alias move=mv
|
||||||
alias copy=cp
|
alias copy=cp
|
||||||
alias md=mkdir
|
alias md=mkdir
|
||||||
|
|
||||||
bind TAB:menu-complete
|
# This generates a warning in some non-interactive situations, like cron.
|
||||||
|
bind TAB:menu-complete > /dev/null 2>&1
|
||||||
|
|
||||||
# In the user's .bashrc file, include this line at the top:
|
# In the user's .bashrc file, include this line at the top:
|
||||||
# [[ -r ~/git/cmd/voussoir.bashrc ]] && . ~/git/cmd/voussoir.bashrc
|
# [[ -r ~/git/cmd/voussoir.bashrc ]] && . ~/git/cmd/voussoir.bashrc
|
||||||
|
|
Loading…
Reference in a new issue