summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-11-13 11:47:46 +0100
committerAlan Pearce2019-11-13 11:47:46 +0100
commita12b6a483de7675261456e159d653f90c7920828 (patch)
tree5049d6b68ea6b83096595817e883697c8b43221f /user
parent74435163ab56942a9e09d237f04c09bc2c33ba89 (diff)
downloadnixfiles-a12b6a483de7675261456e159d653f90c7920828.tar.lz
nixfiles-a12b6a483de7675261456e159d653f90c7920828.tar.zst
nixfiles-a12b6a483de7675261456e159d653f90c7920828.zip
Remove missing zsh user option
Diffstat (limited to 'user')
-rw-r--r--user/settings/nixos.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix
index 79f9ca93..de386db3 100644
--- a/user/settings/nixos.nix
+++ b/user/settings/nixos.nix
@@ -7,7 +7,6 @@
   ];
 
   programs.zsh = {
-    enableGlobalCompInit = false;
     shellAliases = {
       nor = "nixos-rebuild";
       snor = "sudo nixos-rebuild";