fix: Correction activation ble.sh

This commit is contained in:
Xavier Logerais
2024-06-21 16:48:06 +00:00
parent 640df9986c
commit f651195b22
3 changed files with 9 additions and 3 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
# ble.sh () installed from nix
if (command -v blesh-share &>/dev/null); then
source "$(blesh-share)"/ble.sh --attach=none # does not work currently
# ...
[[ ${BLE_VERSION-} ]] && ble-attach
# source "$(blesh-share)"/ble.sh
fi