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:
parent
037356346d
commit
b257261c26
@ -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