config-bash/rc.before.d/blesh
2024-06-21 16:48:06 +00:00

7 lines
165 B
Bash

#!/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
fi