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