From 4f9c78edda6ecb62622f7cff177451ea6a1ccb01 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 9 Sep 2021 14:39:18 -0700 Subject: [PATCH] Suppress bind warning. --- voussoir.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/voussoir.bashrc b/voussoir.bashrc index ef38f30..f38d42b 100644 --- a/voussoir.bashrc +++ b/voussoir.bashrc @@ -16,7 +16,8 @@ alias move=mv alias copy=cp 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: # [[ -r ~/git/cmd/voussoir.bashrc ]] && . ~/git/cmd/voussoir.bashrc