From e1d74f31e7fc5eb7aa6d51d1e4a475ece043aed8 Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:34:01 +0100 Subject: [PATCH] fixed --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e775698..c39b741 100644 --- a/.bashrc +++ b/.bashrc @@ -437,7 +437,7 @@ _blesh() { if [[ ! -f $HOME/.local/share/blesh/ble.sh ]]; then d_blesh # Dependency check for blesh echo_info "Installing blesh.. Depending on your internet connection and the performance of the client, this could take a minute or two.." - i_blesh# installing blesh silently + i_blesh # installing blesh silently else # . "$HOME/.local/share/blesh/ble.sh" --attach=none . "$HOME/.local/share/blesh/ble.sh"