zsh : fix long loading times
This commit is contained in:
parent
c23d7182f1
commit
6bf95c6948
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ in {
|
|||
./home-manager/xmonad.nix
|
||||
];
|
||||
|
||||
# don't run autoload -U compinit && compinit before ~/.zshrc
|
||||
programs.zsh.enableGlobalCompInit = lib.mkForce false;
|
||||
|
||||
home-manager.users.mainUser = {
|
||||
|
||||
home.file.".config/bugwarrior/bugwarriorrc".text = ''
|
||||
|
|
Loading…
Reference in a new issue