Compare commits

...
2 Commits
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -9,3 +9,8 @@ if [ -f ~/.asdf/asdf.sh ]; then
source ~/.asdf/completions/asdf.bash source ~/.asdf/completions/asdf.bash
fi fi
if [ -f "$HOME/.nix-profile/share/asdf-vm/asdf.sh" ]; then
. "$HOME/.nix-profile/share/asdf-vm/asdf.sh"
. "$HOME/.nix-profile/share/bash-completion/completions/asdf.bash"
fi
+9
View File
@@ -0,0 +1,9 @@
#!/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