From eb512c11442d7692dfbe58548c623375d5c347b0 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 22 Mar 2024 20:50:11 -0700 Subject: [PATCH] style consistency --- home/inputrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/inputrc b/home/inputrc index e01ceea..828284b 100644 --- a/home/inputrc +++ b/home/inputrc @@ -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