Compare commits
2 Commits
0b8bba8c9b
...
2140f57862
Author | SHA1 | Date | |
---|---|---|---|
|
2140f57862 | ||
|
167be1c6a1 |
@ -9,3 +9,8 @@ if [ -f ~/.asdf/asdf.sh ]; then
|
||||
source ~/.asdf/completions/asdf.bash
|
||||
|
||||
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
rc.d/blesh
Normal file
9
rc.d/blesh
Normal 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
|
Loading…
Reference in New Issue
Block a user