A zsh setup I can live with
I kept only what earns its place: shared history, completion, two plugins.
setopt SHARE_HISTORY HIST_IGNORE_ALL_DUPS
autoload -Uz compinit && compinit -CThe -C skips the startup security scan; on a small box it is a noticeable pause saved.