diff options
author | Alan Pearce | 2019-11-08 14:13:08 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-08 14:13:08 +0100 |
commit | 24d7815bbc7b0db90eb26d5d8e22dd84bc62c349 (patch) | |
tree | 2d9cfb7e19c32271e3043d7eb1b7ebab1074007e | |
parent | beffc6b2d085fa5945670c2909dfee852d7a7bb1 (diff) | |
download | nixfiles-24d7815bbc7b0db90eb26d5d8e22dd84bc62c349.tar.lz nixfiles-24d7815bbc7b0db90eb26d5d8e22dd84bc62c349.tar.zst nixfiles-24d7815bbc7b0db90eb26d5d8e22dd84bc62c349.zip |
shell: remove system compinit
-rw-r--r-- | system/settings/programs/shell.nix | 1 |
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; } |