From 00f609ce294966391caa3b2c3872776c4594b9fd Mon Sep 17 00:00:00 2001 From: czoczo Date: Mon, 24 Mar 2025 00:49:56 +0100 Subject: [PATCH] work on install method --- getbb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getbb.sh b/getbb.sh index b6427f2..b4d592b 100644 --- a/getbb.sh +++ b/getbb.sh @@ -8,7 +8,7 @@ get_file() { } handle_inputrc() { - [ -f ~/.inputrc ] && touch ~/.inputrc + [ ! -f ~/.inputrc ] && touch ~/.inputrc grep -q "BetterBash" ~/.inputrc || get_file /.inputrc >> ~/.inputrc && \ bind -f ~/.inputrc }