From 09c56ee57f4111ef0ed6bf279f2f5ffa6cceca4a Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:56:30 +0100 Subject: [PATCH] addet a goback to home --- .bashrc | 1 + 1 file changed, 1 insertion(+) 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() {