diff --git a/.bashrc b/.bashrc index cacc511..1b4bdb8 100644 --- a/.bashrc +++ b/.bashrc @@ -436,9 +436,8 @@ _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.." - if silentexec i_blesh; then # installing blesh silently + i_blesh && # installing blesh silently bash - fi else # . "$HOME/.local/share/blesh/ble.sh" --attach=none . "$HOME/.local/share/blesh/ble.sh"