# ble.sh Debian Packaging To enable ble.sh in your interactive Bash session by default, add the following lines to ~/.bashrc: ```bash [[ $- == *i* ]] && source /usr/share/blesh/ble.sh --noattach [[ ${BLE_VERSION-} ]] && ble-attach ```