summary refs log tree commit diff stats
path: root/system/settings/programs/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-11-11 11:20:43 +0100
committerAlan Pearce2019-11-11 11:20:43 +0100
commitc5baab42e00a96f1cad8e2dd39aa1d6e5fb6cd17 (patch)
tree2755ce2c81d616846ceff635ad9d63e34a637691 /system/settings/programs/shell.nix
parent12e113b5d793120df131473e8dd96e385e6be2e6 (diff)
parentb53a05c7a0941ce8b7a480d9cbf317578dbac031 (diff)
downloadnixfiles-c5baab42e00a96f1cad8e2dd39aa1d6e5fb6cd17.tar.lz
nixfiles-c5baab42e00a96f1cad8e2dd39aa1d6e5fb6cd17.tar.zst
nixfiles-c5baab42e00a96f1cad8e2dd39aa1d6e5fb6cd17.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'system/settings/programs/shell.nix')
-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;
 }