add ble.sh option for bash install

This commit is contained in:
Emile Clark-Boman 2025-08-31 15:13:08 +10:00
parent 1c0ee94532
commit f68a8e6d19

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 = ''