From 0e80f936c53603e69fbff35a70bdf89a59f6bddd Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 9 Jan 2024 11:51:37 +0100 Subject: [PATCH] Remove nocaseglob option for zsh Read count of the whole /nix/store exploded due to the option --- modules/zsh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index d501fd8..79f3018 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -36,8 +36,7 @@ with lib; { highlighters = ["main" "brackets" "root" "line"]; #styles = { cursor = "standout,underline"; }; }; - setOptions = ["auto_pushd" "correct" "nocaseglob" "rcexpandparam" "numericglobsort" "nobeep" "appendhistory"]; - + setOptions = ["auto_pushd" "correct" "rcexpandparam" "numericglobsort" "nobeep" "appendhistory"]; shellInit = '' if [[ $TERM == "dumb" ]]; then INSIDE_EMACS=1