diff --git a/getbb.sh b/getbb.sh index 5a6e7df..203de5f 100644 --- a/getbb.sh +++ b/getbb.sh @@ -8,7 +8,7 @@ get_file() { DIR=~/.bb && \ CMD="[ -f $DIR/bb.sh ] && . $DIR/bb.sh" && \ mkdir -p $DIR && \ -get_file /prompt/bb.sh && > $DIR/bb.sh && \ +get_file /prompt/bb.sh > $DIR/bb.sh && \ get_file /prompt/git-prompt.sh > $DIR/git-prompt.sh && \ get_file /.inputrc >> ~/.bb/.inputrc && \ grep -q "$CMD" ~/.bashrc || echo "$CMD" >> ~/.bashrc