danau.
← all posts

A zsh setup I can live with

December 09, 2025

I kept only what earns its place: shared history, completion, two plugins.

setopt SHARE_HISTORY HIST_IGNORE_ALL_DUPS
autoload -Uz compinit && compinit -C

The -C skips the startup security scan; on a small box it is a noticeable pause saved.