{ programs.zsh = { enable = true; enableBashCompletion = true; enableCompletion = true; enableGlobalCompInit = true; autosuggestions.enable = true; autosuggestions.async = true; histSize = 10000; syntaxHighlighting.enable = true; vteIntegration = true; }; }