From d3b0cc64e19860327c4aff67a4626dc23dc42514 Mon Sep 17 00:00:00 2001 From: Augusto Campos Date: Sat, 5 Nov 2022 01:59:20 +0000 Subject: [PATCH] Update .bashrc fix "stty: 'standard input': inapropriated iocl for device" --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3489375..a2d1021 100644 --- a/.bashrc +++ b/.bashrc @@ -39,7 +39,7 @@ shopt -s histappend PROMPT_COMMAND='history -a' # Allow ctrl-S for history navigation (with ctrl-R) -stty -ixon +[[ $- == *i* ]] && stty -ixon # Ignore case on auto-completion # Note: bind used instead of sticking these in .inputrc