Moved some bash settings

This commit is contained in:
TKE
2022-05-13 13:26:00 +02:00
parent acd8d616dc
commit 5eab10a17f
2 changed files with 8 additions and 0 deletions

View File

@@ -13,3 +13,8 @@ $include /etc/inputrc
set show-all-if-ambiguous on
#tab complete even if case is wrong <3
set completion-ignore-case on
#disable terminal bell
set bell-style none
#allow cycling through completions if ambigous
TAB: menu-complete
"\e[Z": menu-complete-backward