refactor(hosts/orion): disable global comp init for zsh

This commit is contained in:
Price Hiller 2024-08-29 23:36:51 -05:00
parent 3d25c09b48
commit eba320f53b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -5,6 +5,7 @@
zsh = {
enable = true;
enableCompletion = true;
enableGlobalCompInit = false;
enableBashCompletion = true;
};
nix-ld.enable = true;