diff --git a/.bashrc b/.bashrc index d13bda2..a0b5252 100644 --- a/.bashrc +++ b/.bashrc @@ -377,6 +377,7 @@ i_blesh() { cd "$tmp_dir" || echo_error "$tmp_dir is not valid!" git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git make -C ble.sh install PREFIX=~/.local + cd "$HOME" || return 0 } _blesh() {