add ble.sh option for bash install

This commit is contained in:
do butterflies cry? 2025-08-31 15:13:08 +10:00
parent 14d68706e8
commit 99d1e24f56

View file

@ -226,7 +226,6 @@ in {
# Shell # Shell
bash bash
zsh
fish fish
shellcheck shellcheck
grc # colorise command outputs grc # colorise command outputs
@ -329,6 +328,7 @@ in {
# cause it isn't POSIX compliant, so instead Bash is my login and # cause it isn't POSIX compliant, so instead Bash is my login and
# will just exec fish (^-^) # will just exec fish (^-^)
bash = { bash = {
blesh.enable = false; # ble.sh replacement for GNU readline
completion.enable = true; completion.enable = true;
interactiveShellInit = '' interactiveShellInit = ''