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) '';