From 97b6cd83bd140bf4e5e47e2b9b3f43419155d4a3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 14 Jan 2024 00:13:09 +0100 Subject: [PATCH] chore(develop): remove now-broken stack auto-completion fix (missing --bash-completion-script) --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 1e18447b9..43899bee9 100644 --- a/shell.nix +++ b/shell.nix @@ -208,7 +208,7 @@ let autoload -U +X compinit && compinit autoload -U +X bashcompinit && bashcompinit fi - eval "$(stack --bash-completion-script stack)" + # eval "$(stack --bash-completion-script stack)" $(getent passwd $USER | cut -d: -f 7) '';