A zsh setup I can live with
Shared history, completion, two plugins.
setopt SHARE_HISTORY HIST_IGNORE_ALL_DUPS
autoload -Uz compinit && compinit -CThe -C skips the startup scan.
Shared history, completion, two plugins.
setopt SHARE_HISTORY HIST_IGNORE_ALL_DUPS
autoload -Uz compinit && compinit -CThe -C skips the startup scan.