Moved some bash settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user