Compare commits
No commits in common. "2140f57862458fed99916672780c204f227605d0" and "0b8bba8c9ba915a9c6b18177874952aaef893f9c" have entirely different histories.
2140f57862
...
0b8bba8c9b
@ -9,8 +9,3 @@ 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
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/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