diff options
author | Alan Pearce | 2019-11-08 23:22:35 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-08 23:22:35 +0100 |
commit | b53a05c7a0941ce8b7a480d9cbf317578dbac031 (patch) | |
tree | f3886815d65f4b32fdae934d04400babaaca4a77 /system/settings | |
parent | f082ca8aead014318e2cbda41ba671791a405f0b (diff) | |
download | nixfiles-b53a05c7a0941ce8b7a480d9cbf317578dbac031.tar.lz nixfiles-b53a05c7a0941ce8b7a480d9cbf317578dbac031.tar.zst nixfiles-b53a05c7a0941ce8b7a480d9cbf317578dbac031.zip |
zsh: fix global compinit setting breaking darwin
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/programs/shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/programs/shell.nix b/system/settings/programs/shell.nix index 4dd65c4a..a8d4f56f 100644 --- a/system/settings/programs/shell.nix +++ b/system/settings/programs/shell.nix @@ -3,7 +3,6 @@ { programs.zsh = { enable = true; promptInit = ""; - enableGlobalCompInit = false; }; programs.bash.enableCompletion = true; } |