1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-18 09:19:39 +01:00

Remove nocaseglob option for zsh

Read count of the whole /nix/store exploded due to the option
This commit is contained in:
Stefan Ellmauthaler 2024-01-09 11:51:37 +01:00
parent 037356346d
commit b257261c26
Failed to extract signature

View File

@ -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