mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Remove nocaseglob option for zsh
Read count of the whole /nix/store exploded due to the option
This commit is contained in:
parent
037356346d
commit
0e80f936c5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user