From 9d9b84b11cd679391b339941dff7eade8db7caf4 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 03:55:45 +0200 Subject: [PATCH] addet .local dir --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 207b031..39b8159 100644 --- a/.bashrc +++ b/.bashrc @@ -217,7 +217,7 @@ _cli_qol_() { curl -s https://ohmyposh.dev/install.sh | sudo bash -s -- -d /usr/bin/ fi - [[ -f $HOME/.src/ble.sh ]] && . $HOME/.src/ble.sh + [[ -f $HOME/.local/share/blesh/ble.sh ]] && . $HOME/.local/share/blesh/ble.sh } # ─< t stands for trash(-cli) >───────────────────────────────────────────────────────────────