{ config, pkgs, ... }: { programs.zsh = { enable = true; promptInit = ""; enableGlobalCompInit = false; }; programs.bash.enableCompletion = true; }