refactor(hosts/orion): disable global comp init for zsh
This commit is contained in:
parent
3d25c09b48
commit
eba320f53b
@ -5,6 +5,7 @@
|
|||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
enableGlobalCompInit = false;
|
||||||
enableBashCompletion = true;
|
enableBashCompletion = true;
|
||||||
};
|
};
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user