1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-05 21:03:24 -07:00

style consistency

This commit is contained in:
Connor Olding 2024-03-22 20:50:11 -07:00
parent bb6215c118
commit eb512c1144

View File

@ -9,7 +9,7 @@ $include /etc/inputrc
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[Z": menu-complete-backward
TAB:menu-complete
TAB: menu-complete
set bell-style none
set enable-bracketed-paste on
set mark-directories on
@ -17,5 +17,5 @@ set menu-complete-display-prefix on
set show-all-if-ambiguous on
set visible-stats on
$if Bash
"\es":"\C-asudo \C-e"
"\es": "\C-asudo \C-e"
$endif