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