From f68a8e6d1994e9a606b968dd03c763e2c702439e Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sun, 31 Aug 2025 15:13:08 +1000 Subject: [PATCH] add ble.sh option for bash install --- hosts/lolcathost/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index 4726f05..b56b3e6 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -226,7 +226,6 @@ in { # Shell bash - zsh fish shellcheck grc # colorise command outputs @@ -329,6 +328,7 @@ in { # cause it isn't POSIX compliant, so instead Bash is my login and # will just exec fish (^-^) bash = { + blesh.enable = false; # ble.sh replacement for GNU readline completion.enable = true; interactiveShellInit = ''