Merge pull request #12 from augcampos/main

Update .bashrc
This commit is contained in:
Chris Titus
2022-11-05 14:07:56 -04:00
committed by GitHub

View File

@@ -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