From e2d3c8b9e485bae043ff0bd799f13960877c1788 Mon Sep 17 00:00:00 2001 From: czoczo Date: Sun, 16 Mar 2025 21:57:34 +0100 Subject: [PATCH] typo fix --- getbb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getbb.sh b/getbb.sh index 203de5f..42b08d5 100644 --- a/getbb.sh +++ b/getbb.sh @@ -10,5 +10,5 @@ CMD="[ -f $DIR/bb.sh ] && . $DIR/bb.sh" && \ mkdir -p $DIR && \ get_file /prompt/bb.sh > $DIR/bb.sh && \ get_file /prompt/git-prompt.sh > $DIR/git-prompt.sh && \ -get_file /.inputrc >> ~/.bb/.inputrc && \ +get_file /.inputrc >> ~/.inputrc && \ grep -q "$CMD" ~/.bashrc || echo "$CMD" >> ~/.bashrc