summary refs log tree commit diff stats
path: root/system/settings/programs
diff options
context:
space:
mode:
authorAlan Pearce2019-11-08 23:22:35 +0100
committerAlan Pearce2019-11-08 23:22:35 +0100
commitb53a05c7a0941ce8b7a480d9cbf317578dbac031 (patch)
treef3886815d65f4b32fdae934d04400babaaca4a77 /system/settings/programs
parentf082ca8aead014318e2cbda41ba671791a405f0b (diff)
downloadnixfiles-b53a05c7a0941ce8b7a480d9cbf317578dbac031.tar.lz
nixfiles-b53a05c7a0941ce8b7a480d9cbf317578dbac031.tar.zst
nixfiles-b53a05c7a0941ce8b7a480d9cbf317578dbac031.zip
zsh: fix global compinit setting breaking darwin
Diffstat (limited to 'system/settings/programs')
-rw-r--r--system/settings/programs/shell.nix1
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;
 }