diff options
author | Alan Pearce | 2020-03-02 13:41:25 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-02 13:41:25 +0100 |
commit | 14ab449674a16df09b3e501193a4a17b0db6e675 (patch) | |
tree | 3e0674b134c089d39b3ae289ee9e21723b383f15 | |
parent | 34b68a77a369095eb90cb316ccebfaf3584a4472 (diff) | |
download | nixfiles-14ab449674a16df09b3e501193a4a17b0db6e675.tar.lz nixfiles-14ab449674a16df09b3e501193a4a17b0db6e675.tar.zst nixfiles-14ab449674a16df09b3e501193a4a17b0db6e675.zip |
shell: remove duplicate compinit call
-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; } |