From adbd47160f0b66360b9687ec22bb53eb357472b2 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Thu, 14 Dec 2023 15:44:54 +0100 Subject: [PATCH] no more bash completion --- home/rachel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/rachel.nix b/home/rachel.nix index 86b694b..fa56d99 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -102,7 +102,7 @@ in programs = { bash = { enable = true; - enableCompletion = true; + enableCompletion = false; historyFile = "/dev/null"; sessionVariables = { PS1 ="\\033[1m\\u\\033[0m@\\033[1m\\h\\033[0m: \\w\nλ ";