1
Fork 0

bash: add .inputrc

This commit is contained in:
Alan Faubert 2021-11-13 12:30:53 -05:00
parent 720296f9a0
commit c563e44fee

9
bash/config/.inputrc Normal file
View file

@ -0,0 +1,9 @@
# Load system inputrc
$include /etc/inputrc
# Use visible bell rather than audible bell if available
set bell-style visible
# Use up/down arrows for history-search-backward/forward
"\e[A": history-search-backward
"\e[B": history-search-forward