addet a goback to home

This commit is contained in:
pika 2025-01-05 20:56:30 +01:00
parent 42e2539be5
commit 09c56ee57f

View file

@ -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() {