config-bash/rc.before.d/blesh

7 lines
165 B
Plaintext
Raw Permalink Normal View History

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