summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-03-02 13:41:25 +0100
committerAlan Pearce2020-03-02 13:41:25 +0100
commit14ab449674a16df09b3e501193a4a17b0db6e675 (patch)
tree3e0674b134c089d39b3ae289ee9e21723b383f15 /system
parent34b68a77a369095eb90cb316ccebfaf3584a4472 (diff)
downloadnixfiles-14ab449674a16df09b3e501193a4a17b0db6e675.tar.lz
nixfiles-14ab449674a16df09b3e501193a4a17b0db6e675.tar.zst
nixfiles-14ab449674a16df09b3e501193a4a17b0db6e675.zip
shell: remove duplicate compinit call
Diffstat (limited to 'system')
-rw-r--r--system/settings/programs/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/programs/shell.nix b/system/settings/programs/shell.nix
index a8d4f56f..4dd65c4a 100644
--- a/system/settings/programs/shell.nix
+++ b/system/settings/programs/shell.nix
@@ -3,6 +3,7 @@
 { programs.zsh = {
     enable = true;
     promptInit = "";
+    enableGlobalCompInit = false;
   };
   programs.bash.enableCompletion = true;
 }